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 |
| 官方網址 | 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"
}
} | |