Rickroll Extension
A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.
What is Rickroll Extension?
Rickroll Extension is a Chrome extension developed by Glebodan, and its main feature is "A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.".
Extension Screenshots
Download Rickroll Extension Extension CRX File
Download Rickroll Extension 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
Download this extension to prank your friends. This extension Rickrolls you 1/5 times when opening up a random webpage.
Extension Basic Information
Name | Rickroll Extension |
ID | jnbnepchhogcmmilkofgdnpgmcceomca |
Official URL | https://chromewebstore.google.com/detail/rickroll-extension/jnbnepchhogcmmilkofgdnpgmcceomca |
Description | A Chrome extension that has a 1/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage. |
File Size | 35.8 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2023-03-22 |
Publish Date | 2023-03-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Glebodan |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rickroll Extension", "version": "1.0", "description": "A Chrome extension that has a 1\/5 chance to load the 'Never Gonna Give You Up' video when opening a random webpage.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |