Text-Free(Block unwanted articles)
This app is an app that blocks articles you do not like while browsing the internet.
Qu'est-ce que Text-Free(Block unwanted articles) ?
Text-Free(Block unwanted articles) est une extension Chrome développée par https://devroid.com, et sa fonction principale est "This app is an app that blocks articles you do not like while browsing the internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Text-Free(Block unwanted articles)
Téléchargez les fichiers d'extension Text-Free(Block unwanted articles) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Text-Free(Block unwanted articles) |
ID | ihohdajammamemjnholpkmcapoihgfbp |
URL Officiel | https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp |
Description | This app is an app that blocks articles you do not like while browsing the internet. |
Taille du Fichier | 9.58 KB |
Nombre d'Installations | 125 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2024-02-02 |
Date de Publication | 2019-10-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://devroid.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.hanttasoft.co.kr/Customer/Sub04 |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |