RickPot

Turns 1 in every 100 links into a rickroll

RickPotとは何ですか?

RickPotはgeorgepowell10によって開発されたChromeの拡張機能で、その主な機能は「Turns 1 in every 100 links into a rickroll」です。

拡張機能のスクリーンショット

screenshot

RickPot拡張機能のCRXファイルをダウンロード

RickPot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RickPot turns 1/100 links into a Rick Roll. It's RickPot luck!

No icon in the chrome-bar means you can stealthily install this on your friend's laptops and and wait for them to go crazy!                    

拡張機能の基本情報

名前 RickPot RickPot
ID anpoljppcdgolfkifkhljonddnajfgdc
公式URL https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc
説明 Turns 1 in every 100 links into a rickroll
ファイルサイズ 100 KB
インストール数 66
現在のバージョン 0.1
最終更新日 2014-03-06
公開日 2014-03-06
評価 5.00/5 合計 2 レビュー
開発者 georgepowell10
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RickPot",
    "version": "0.1",
    "description": "Turns 1 in every 100 links into a rickroll",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "declarativeContent"
    ],
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}