RickRollMeNot
This extension will alert you when you are about to be RickRoll'd
What is RickRollMeNot?
RickRollMeNot is a Chrome extension developed by Frank, and its main feature is "This extension will alert you when you are about to be RickRoll'd".
Extension Screenshots
Download RickRollMeNot Extension CRX File
Download RickRollMeNot 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
Never get rickroll'd again with RickRollMeNot. RickRollMeNot will scan links and alert you when you are about to be rickroll'd.
Extension Basic Information
Name | RickRollMeNot |
ID | encfcicfiabmdmfomelgfjhmigjpnodi |
Official URL | https://chromewebstore.google.com/detail/rickrollmenot/encfcicfiabmdmfomelgfjhmigjpnodi |
Description | This extension will alert you when you are about to be RickRoll'd |
File Size | 24.95 KB |
Installation Count | 141 |
Current Version | 1.0 |
Last Updated | 2016-08-17 |
Publish Date | 2016-08-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Frank |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RickRollMeNot", "description": "This extension will alert you when you are about to be RickRoll'd", "version": "1.0", "browser_action": { "default_title": "RickRollMeNot", "default_popup": "popup.html" }, "icons": { "16": "images\/RRMN_16.png", "32": "images\/RRMN_32.png", "48": "images\/RRMN_48.png", "128": "images\/RRMN_128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "tool.js" ] } ] } |