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 |
官方網址 | 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 |
電子郵箱 | [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": [ "*:\/\/*\/*" ] } |