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