RickPot
Turns 1 in every 100 links into a rickroll
Was ist RickPot?
RickPot ist eine Chrome-Erweiterung, die von georgepowell10 entwickelt wurde, und ihr Hauptmerkmal ist "Turns 1 in every 100 links into a rickroll".
Erweiterungsscreenshots
RickPot-Erweiterungs-CRX-Datei herunterladen
Laden Sie RickPot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | anpoljppcdgolfkifkhljonddnajfgdc |
Offizielle URL | https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc |
Beschreibung | Turns 1 in every 100 links into a rickroll |
Dateigröße | 100 KB |
Installationsanzahl | 66 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-03-06 |
Veröffentlichungsdatum | 2014-03-06 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | georgepowell10 |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |