RickPot

Turns 1 in every 100 links into a rickroll

Wat is RickPot?

RickPot is een Chrome-extensie ontwikkeld door georgepowell10, en de belangrijkste functie is "Turns 1 in every 100 links into a rickroll".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RickPot

Download RickPot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam RickPot RickPot
ID anpoljppcdgolfkifkhljonddnajfgdc
Officiële URL https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc
Beschrijving Turns 1 in every 100 links into a rickroll
Bestandsgrootte 100 KB
Aantal Installaties 66
Huidige Versie 0.1
Laatst Bijgewerkt 2014-03-06
Publicatiedatum 2014-03-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar georgepowell10
Betalingswijze free
Ondersteunde Talen 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
}