RickrollGuard
The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.
What is RickrollGuard?
RickrollGuard is a Chrome extension developed by theepicsully, and its main feature is "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.".
Extension Screenshots
Download RickrollGuard Extension CRX File
Download RickrollGuard 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
This is a fun, simple Chrome extension that stops users from getting "rickrolled", a meme in internet culture where somebody clicks a link and is redirected to Rick Astley's "Never Gonna Give You Up" music video. Upon clicking on a link that would "rickroll" somebody, this Chrome extension redirects them to the website https://sullycb.github.io/RickrollGuard.html that tells them that they were protected by Rickroll Guard.
Extension Basic Information
Name | RickrollGuard |
ID | ncjiindlkgmfhcmeenmejoigfhppnomf |
Official URL | https://chromewebstore.google.com/detail/rickrollguard/ncjiindlkgmfhcmeenmejoigfhppnomf |
Description | The chrome extension that makes it impossible for you to get rickrolled. This is the work of god. |
File Size | 341 KB |
Installation Count | 451 |
Current Version | 1.0 |
Last Updated | 2020-11-17 |
Publish Date | 2020-11-17 |
Rating | 3.33/5 Total 6 Ratings |
Developer | theepicsully |
[email protected] | |
Payment Type | free |
Extension Website | https://sullycb.github.io/RickrollGuard.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RickrollGuard", "description": "The chrome extension that makes it impossible for you to get rickrolled. This is the work of god.", "background": { "scripts": [ "rickfinder.js" ] }, "author": "SullyBS", "permissions": [ "tabs", "alarms" ], "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "panel.html", "default_icon": "Rickhead.png" }, "icons": { "16": "Rickhead16.png", "48": "Rickhead48.png", "128": "Rickhead128.png" } } |