Click Roulette
Only click one out of seven times!
Click Roulette란 무엇입니까?
Click Roulette은(는) simsalapim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Only click one out of seven times!"입니다.
확장 프로그램 스크린샷
Click Roulette 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play Russian roulette by clicking links. Click the icon and you'll only click one out of seven times!
확장 프로그램 기본 정보
이름 | |
ID | jaknfdeilnnkkhagbcckgdhiakdcobfh |
공식 URL | https://chrome.google.com/webstore/detail/click-roulette/jaknfdeilnnkkhagbcckgdhiakdcobfh |
설명 | Only click one out of seven times! |
파일 크기 | 37.93 KB |
설치 횟수 | 34 |
현재 버전 | 1.6 |
최근 업데이트 | 2014-04-27 |
출시 날짜 | 2014-04-27 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | simsalapim |
결제 유형 | free |
지원되는 언어 | 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" ] } |