Click Roulette
Only click one out of seven times!
What is Click Roulette?
Click Roulette is a Chrome extension developed by simsalapim, and its main feature is "Only click one out of seven times!".
Extension Screenshots
Download Click Roulette Extension CRX File
Download Click Roulette 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
Play Russian roulette by clicking links. Click the icon and you'll only click one out of seven times!
Extension Basic Information
Name | |
ID | jaknfdeilnnkkhagbcckgdhiakdcobfh |
Official URL | https://chrome.google.com/webstore/detail/click-roulette/jaknfdeilnnkkhagbcckgdhiakdcobfh |
Description | Only click one out of seven times! |
File Size | 37.93 KB |
Installation Count | 34 |
Current Version | 1.6 |
Last Updated | 2014-04-27 |
Publish Date | 2014-04-27 |
Rating | 5.00/5 Total 4 Ratings |
Developer | simsalapim |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click Roulette", "version": "1.6", "description": "Only click one out of seven times!", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "revolver.png" }, "background": { "scripts": [ "jquery-2.0.2.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "jquery-2.0.2.min.js", "contentscript.js" ], "css": [ "customStyles.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "jquery-2.0.2.min.js", "jquery-2.0.2.min.map", "revolver.cur" ], "permissions": [ "activeTab", "tabs" ] } |