RickRoll Blocker

Detects and blocks most Rick Rolls.

什么是RickRoll Blocker?

RickRoll Blocker是由flurri开发的Chrome扩展程序,该扩展的主要功能是“Detects and blocks most Rick Rolls.”。

扩展截图

screenshot

下载RickRoll Blocker扩展crx文件

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

扩展使用说明

                        A *state of the art* extension to block most rickrolls for you.

Change Log:

1.0.1
Minor fix                    

扩展基本信息

名称 RickRoll Blocker RickRoll Blocker
ID njmipjaiggbilpmdmkklojcgfhbfcdma
官方URL https://chromewebstore.google.com/detail/rickroll-blocker/njmipjaiggbilpmdmkklojcgfhbfcdma
简介 Detects and blocks most Rick Rolls.
文件大小 1002 KB
安装次数 194
当前版本 1.0.1
更新时间 2022-06-14
上架时间 2022-05-31
评分 5.00/5 共4次评分
开发者 flurri
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickRoll Blocker",
    "description": "Detects and blocks most Rick Rolls.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "detect.js"
            ]
        }
    ],
    "icons": {
        "16": "i16.png",
        "32": "i32.png",
        "48": "i48.png",
        "128": "i128.png"
    },
    "manifest_version": 3
}