CommentBlock

Block spam/scam YouTube comments

什麼是CommentBlock?

CommentBlock是由Xenova開發的Chrome擴展程式,該擴展的主要功能是“Block spam/scam YouTube comments”。

擴展截圖

screenshot
screenshot

下載CommentBlock擴展crx文件

下載CommentBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CommentBlock is an open-source browser extension that automatically blocks spam/scam YouTube comments.                    

擴展基本資訊

名稱 CommentBlock CommentBlock
ID pnhkbjdbaioddkchelkolhbhcmlibjfb
官方網址 https://chromewebstore.google.com/detail/commentblock/pnhkbjdbaioddkchelkolhbhcmlibjfb
簡介 Block spam/scam YouTube comments
檔案大小 400 KB
安裝次數 26
目前版本 0.0.3
更新時間 2023-02-28
上架時間 2023-02-13
評分 3.00/5 共 2 次評分
開發者 Xenova
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/xenova/commentblock
說明頁面URL https://github.com/xenova/commentblock
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CommentBlock",
    "description": "Block spam\/scam YouTube comments",
    "version": "0.0.3",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/defaults.js",
                "scripts\/utils.js",
                "scripts\/storage.js",
                "scripts\/labels.js",
                "scripts\/preprocess.js",
                "scripts\/emojis.js",
                "scripts\/detection.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "24": "icons\/icon.png",
            "32": "icons\/icon.png",
            "128": "icons\/icon-128x128.png"
        },
        "default_title": "CommentBlock",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "64": "icons\/icon.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}