Text-Free(Block unwanted articles)
This app is an app that blocks articles you do not like while browsing the internet.
Text-Free(Block unwanted articles)とは何ですか?
Text-Free(Block unwanted articles)はhttps://devroid.comによって開発されたChromeの拡張機能で、その主な機能は「This app is an app that blocks articles you do not like while browsing the internet.」です。
拡張機能のスクリーンショット
Text-Free(Block unwanted articles)拡張機能のCRXファイルをダウンロード
Text-Free(Block unwanted articles)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Text-Free(Block unwanted articles) |
ID | ihohdajammamemjnholpkmcapoihgfbp |
公式URL | https://chromewebstore.google.com/detail/text-freeblock-unwanted-a/ihohdajammamemjnholpkmcapoihgfbp |
説明 | This app is an app that blocks articles you do not like while browsing the internet. |
ファイルサイズ | 9.58 KB |
インストール数 | 125 |
現在のバージョン | 1.5 |
最終更新日 | 2024-02-02 |
公開日 | 2019-10-17 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://devroid.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.hanttasoft.co.kr/Customer/Sub04 |
対応言語 | 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": [ "*:\/\/*\/*" ] } |