Rick Roller
An extension to Rick Roll friends who forget to lock their computer
What is Rick Roller?
Rick Roller is a Chrome extension developed by https://kapwing.com, and its main feature is "An extension to Rick Roll friends who forget to lock their computer".
Extension Screenshots
Download Rick Roller Extension CRX File
Download Rick Roller 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
Are your coworkers always leaving their computers unlocked? Looking for a fun and harmless April Fool's Day prank? Look no further! This simple extension will randomly Rick Roll your friends while they browse the web.
Extension Basic Information
Name | Rick Roller |
ID | mjklaailjabbidpmbngdceejclkbikib |
Official URL | https://chromewebstore.google.com/detail/rick-roller/mjklaailjabbidpmbngdceejclkbikib |
Description | An extension to Rick Roll friends who forget to lock their computer |
File Size | 41.53 KB |
Installation Count | 1,014 |
Current Version | 0.2 |
Last Updated | 2018-04-01 |
Publish Date | 2018-03-31 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://kapwing.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.kapwing.com/rick-roller |
Help Page URL | https://www.kapwing.com/rick-roller |
Privacy Policy Page URL | https://www.kapwing.com/policies/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rick Roller", "version": "0.2", "description": "An extension to Rick Roll friends who forget to lock their computer", "permissions": [ "history" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/rickroller_32x32.jpg" }, "icons": { "16": "images\/rickroller_16x16.jpg", "32": "images\/rickroller_32x32.jpg", "48": "images\/rickroller_48x48.jpg", "128": "images\/rickroller_128x128.jpg" }, "manifest_version": 2 } |