RickRoll Blocker

Never get rickrolled !

什么是RickRoll Blocker?

RickRoll Blocker是由Aquib Khan开发的Chrome扩展程序,该扩展的主要功能是“Never get rickrolled !”。

扩展截图

screenshot

下载RickRoll Blocker扩展crx文件

下载RickRoll Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is an advanced extension which blocks rickroll in a smarter way ! Now click links without being scared, Rickroll blocker is there to help you !                    

扩展基本信息

名称 RickRoll Blocker RickRoll Blocker
ID opddmdpgdeaiacngndbpnjgkcaefebeb
官方URL https://chromewebstore.google.com/detail/rickroll-blocker/opddmdpgdeaiacngndbpnjgkcaefebeb
简介 Never get rickrolled !
文件大小 42.3 KB
安装次数 463
当前版本 1.0
更新时间 2022-09-29
上架时间 2022-08-12
评分 5.00/5 共3次评分
开发者 Aquib Khan
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "RickRoll Blocker",
    "version": "1.0",
    "description": "Never get rickrolled !",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "warn\/warn.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}