RickBlock

RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!

什么是RickBlock?

RickBlock是由bjornorri开发的Chrome扩展程序,该扩展的主要功能是“RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!”。

扩展截图

screenshot

下载RickBlock扩展crx文件

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

扩展使用说明

                        RickBlock identifies and warns you about any RickRoll links that you may come across by displaying the RickBlock icon.
Don't get yourself RickRoll'd again!                    

扩展基本信息

名称 RickBlock RickBlock
ID agbeefmhngcnolppmknfgidinfnfiocp
官方URL https://chrome.google.com/webstore/detail/rickblock/agbeefmhngcnolppmknfgidinfnfiocp
简介 RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!
文件大小 1.54 MB
安装次数 428
当前版本 1.0
更新时间 2014-08-21
上架时间 2014-08-21
评分 4.00/5 共5次评分
开发者 bjornorri
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RickBlock",
    "version": "1.0",
    "description": "RickBlock identifies and warns you about any RickRoll links that you may come across. Don't get yourself RickRoll'd again!",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "links.css"
            ],
            "js": [
                "links.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}