1 Porn Blocker
1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search.
Hvad er 1 Porn Blocker?
1 Porn Blocker er en Chrome-udvidelse udviklet af https://chromeapps.site, og dens hovedfunktion er "1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search.".
Udvidelsesskærmbilleder
Download 1 Porn Blocker-udvidelses-CRX-fil
Download 1 Porn Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
1 Porn Blocker is a simple Porn Blocker that serves you porn website from search results. By changing your default search that serves only safe content
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hmfdgglohegpbemenokedmennamogphp |
Officiel URL | https://chromewebstore.google.com/detail/1-porn-blocker/hmfdgglohegpbemenokedmennamogphp |
Beskrivelse | 1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search. |
Filstørrelse | 9.79 KB |
Antal Installationer | 120 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-05-13 |
Udgivelsesdato | 2023-05-13 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://chromeapps.site |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://chromeapps.site/privacypolicy.html |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "1 Porn Blocker", "version": "1.0", "description": "1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search. ", "offline_enabled": true, "omnibox": { "keyword": "pron" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/chromeapps.site\/icon", "is_default": true, "keyword": "Pron Blocker", "name": "Web Search", "search_url": "https:\/\/chromeapps.site\/pronblocker\/search.html?q={searchTerms}" } }, "icons": { "128": "icon.png" } } |