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
官方網址 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"
    ]
}