Text-Free(Block unwanted articles)
This app is an app that blocks articles you do not like while browsing the internet.
Was ist Text-Free(Block unwanted articles)?
Text-Free(Block unwanted articles) ist eine Chrome-Erweiterung, die von https://devroid.com entwickelt wurde, und ihr Hauptmerkmal ist "This app is an app that blocks articles you do not like while browsing the internet.".
Erweiterungsscreenshots
Text-Free(Block unwanted articles)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Text-Free(Block unwanted articles)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Text-Free(Block unwanted articles) |
ID | ihohdajammamemjnholpkmcapoihgfbp |
Offizielle URL | https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp |
Beschreibung | This app is an app that blocks articles you do not like while browsing the internet. |
Dateigröße | 9.58 KB |
Installationsanzahl | 125 |
Aktuelle Version | 1.5 |
Letztes Update | 2024-02-02 |
Veröffentlichungsdatum | 2019-10-17 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://devroid.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://www.hanttasoft.co.kr/Customer/Sub04 |
Unterstützte Sprachen | 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": [ "*:\/\/*\/*" ] } |