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
电子邮箱 [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"
    }
}