RickPot
Turns 1 in every 100 links into a rickroll
Qu'est-ce que RickPot ?
RickPot est une extension Chrome développée par georgepowell10, et sa fonction principale est "Turns 1 in every 100 links into a rickroll".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RickPot
Téléchargez les fichiers d'extension RickPot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | anpoljppcdgolfkifkhljonddnajfgdc |
URL Officiel | https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc |
Description | Turns 1 in every 100 links into a rickroll |
Taille du Fichier | 100 KB |
Nombre d'Installations | 66 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-03-06 |
Date de Publication | 2014-03-06 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | georgepowell10 |
Type de Paiement | free |
Langues Prises en Charge | 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 } |