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"
    ]
}