RickPot
Turns 1 in every 100 links into a rickroll
What is RickPot?
RickPot is a Chrome extension developed by georgepowell10, and its main feature is "Turns 1 in every 100 links into a rickroll".
Extension Screenshots
Download RickPot Extension CRX File
Download RickPot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | anpoljppcdgolfkifkhljonddnajfgdc |
Official URL | https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc |
Description | Turns 1 in every 100 links into a rickroll |
File Size | 100 KB |
Installation Count | 66 |
Current Version | 0.1 |
Last Updated | 2014-03-06 |
Publish Date | 2014-03-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | georgepowell10 |
Payment Type | free |
Supported Languages | 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 } |