1 Porn Blocker
1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search.
Cos'è 1 Porn Blocker?
1 Porn Blocker è un'estensione di Chrome sviluppata da https://chromeapps.site, e la sua funzione principale è "1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 1 Porn Blocker
Scarica i file di estensione 1 Porn Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hmfdgglohegpbemenokedmennamogphp |
URL Ufficiale | https://chromewebstore.google.com/detail/1-porn-blocker/hmfdgglohegpbemenokedmennamogphp |
Descrizione | 1 Porn Blocker is the simple to use Porn blocker that blocks porn sites in default Search. |
Dimensione del File | 9.79 KB |
Conteggio Installazioni | 120 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-05-13 |
Data di Pubblicazione | 2023-05-13 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://chromeapps.site |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://chromeapps.site/privacypolicy.html |
Lingue Supportate | 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" } } |