Text-Free(Block unwanted articles)
This app is an app that blocks articles you do not like while browsing the internet.
Co je Text-Free(Block unwanted articles)?
Text-Free(Block unwanted articles) je rozšíření Chrome vyvinuté https://devroid.com, a jeho hlavní funkcí je „This app is an app that blocks articles you do not like while browsing the internet.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Text-Free(Block unwanted articles)
Stáhněte si soubory rozšíření Text-Free(Block unwanted articles) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Text-Free(Block unwanted articles) |
ID | ihohdajammamemjnholpkmcapoihgfbp |
Oficiální URL | https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp |
Popis | This app is an app that blocks articles you do not like while browsing the internet. |
Velikost souboru | 9.58 KB |
Počet instalací | 125 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2024-02-02 |
Datum Vydání | 2019-10-17 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://devroid.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | http://www.hanttasoft.co.kr/Customer/Sub04 |
Podporované Jazyky | 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": [ "*:\/\/*\/*" ] } |