RickPot

Turns 1 in every 100 links into a rickroll

Apa itu RickPot?

RickPot adalah ekstensi Chrome yang dikembangkan oleh georgepowell10, dan fitur utamanya adalah "Turns 1 in every 100 links into a rickroll".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RickPot

Unduh file ekstensi RickPot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama RickPot RickPot
ID anpoljppcdgolfkifkhljonddnajfgdc
URL Resmi https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc
Deskripsi Turns 1 in every 100 links into a rickroll
Ukuran File 100 KB
Jumlah Instalasi 66
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-03-06
Tanggal Publikasi 2014-03-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang georgepowell10
Tipe Pembayaran free
Bahasa yang Didukung 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
}