Text-Free(Block unwanted articles)
This app is an app that blocks articles you do not like while browsing the internet.
Cos'è Text-Free(Block unwanted articles)?
Text-Free(Block unwanted articles) è un'estensione di Chrome sviluppata da https://devroid.com, e la sua funzione principale è "This app is an app that blocks articles you do not like while browsing the internet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text-Free(Block unwanted articles)
Scarica i file di estensione Text-Free(Block unwanted articles) 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
Sometimes there are articles you do not want to see on the Internet. For example, if you register "David", you will see a line containing "David". Entertainers who are suffering from bad names can easily surf the web if they register their name.
Informazioni di Base sull'Estensione
Nome | Text-Free(Block unwanted articles) |
ID | ihohdajammamemjnholpkmcapoihgfbp |
URL Ufficiale | https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp |
Descrizione | This app is an app that blocks articles you do not like while browsing the internet. |
Dimensione del File | 9.58 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2024-02-02 |
Data di Pubblicazione | 2019-10-17 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://devroid.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://www.hanttasoft.co.kr/Customer/Sub04 |
Lingue Supportate | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "Text-Free", "description": "__MSG_appDescription__", "default_locale": "en", "version": "1.5", "action": { "default_icon": ".\/images\/icon.png", "default_popup": "main.html", "default_title": "Text Free" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "inject.js" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "host_permissions": [ "*:\/\/*\/*" ] } |