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
公式URL 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
Eメール [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"
    }
}