Remove YouTube Scammers

Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.

什麼是Remove YouTube Scammers?

Remove YouTube Scammers是由Ashley Rudland開發的Chrome擴展程式,該擴展的主要功能是“Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.”。

擴展截圖

screenshot

下載Remove YouTube Scammers擴展crx文件

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

擴展使用說明

                        Watches the comments that appear on YouTube and removes those where the user is trying to impersonate the Channel author.                    

擴展基本資訊

名稱 Remove YouTube Scammers Remove YouTube Scammers
ID leemddogjnkjmomaefhchjefjpognndh
官方網址 https://chromewebstore.google.com/detail/remove-youtube-scammers/leemddogjnkjmomaefhchjefjpognndh
簡介 Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.
檔案大小 15.86 KB
安裝次數 24
目前版本 1.0.0
更新時間 2021-04-10
上架時間 2021-04-10
開發者 Ashley Rudland
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove YouTube Scammers",
    "description": "Removes comments on YouTube of users trying to impersonate the Channel author to scam viewers.",
    "version": "1.0.0",
    "author": "Ashley Rudland",
    "browser_action": {
        "default_title": "Remove YouTube Scammers"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}