RickPot
Turns 1 in every 100 links into a rickroll
Vad är RickPot?
RickPot är en Chrome-tillägg utvecklad av georgepowell10, och dess huvudfunktion är "Turns 1 in every 100 links into a rickroll".
Tilläggsskärmbilder
Ladda ner RickPot-förlängningens CRX-fil
Ladda ner RickPot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | anpoljppcdgolfkifkhljonddnajfgdc |
Officiell webbadress | https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc |
Beskrivning | Turns 1 in every 100 links into a rickroll |
Filstorlek | 100 KB |
Antal Installationer | 66 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-03-06 |
Publiceringsdatum | 2014-03-06 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | georgepowell10 |
Betalningssätt | free |
Stödda Språk | 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 } |