ScamBlock
Verifies Youtube comments and warns you about possible scams.
什么是ScamBlock?
ScamBlock是由Szakacs David开发的Chrome扩展程序,该扩展的主要功能是“Verifies Youtube comments and warns you about possible scams.”。
扩展截图
下载ScamBlock扩展crx文件
下载ScamBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ScamBlock helps you detect possible scam attempts in the comment sections of videos on Youtube. 扩展基本信息
| 名称 | |
| ID | immamhckondkpkgljoaiobikjepjomoo |
| 官方URL | https://chromewebstore.google.com/detail/scamblock/immamhckondkpkgljoaiobikjepjomoo |
| 简介 | Verifies Youtube comments and warns you about possible scams. |
| 文件大小 | 51.07 KB |
| 安装次数 | 76 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-04-19 |
| 上架时间 | 2021-04-19 |
| 开发者 | Szakacs David |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://www.buymeacoffee.com/scamblock |
| 支持的语言 | id,de,en,fr,es,hu,pl,ro,ru,hi,ar,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0",
"icons": {
"32": "icons\/scamblock-32.png",
"48": "icons\/scamblock-48.png",
"96": "icons\/scamblock-96.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/watch*"
],
"js": [
"jquery-3.6.0.min.js",
"detect.js"
]
}
],
"browser_action": {
"default_icon": "icons\/scamblock-32.png",
"default_title": "ScamBlock"
}
} | |