Click Roulette
Only click one out of seven times!
Vad är Click Roulette?
Click Roulette är en Chrome-tillägg utvecklad av simsalapim, och dess huvudfunktion är "Only click one out of seven times!".
Tilläggsskärmbilder
Ladda ner Click Roulette-förlängningens CRX-fil
Ladda ner Click Roulette-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Play Russian roulette by clicking links. Click the icon and you'll only click one out of seven times! Grundläggande Information om Tillägg
| Namn | |
| ID | jaknfdeilnnkkhagbcckgdhiakdcobfh |
| Officiell webbadress | https://chrome.google.com/webstore/detail/click-roulette/jaknfdeilnnkkhagbcckgdhiakdcobfh |
| Beskrivning | Only click one out of seven times! |
| Filstorlek | 37.93 KB |
| Antal Installationer | 34 |
| Aktuell Version | 1.6 |
| Senast Uppdaterad | 2014-04-27 |
| Publiceringsdatum | 2014-04-27 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | simsalapim |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |