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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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": [
"*:\/\/*\/*"
]
} | |