Kuroko
Automatically clicks, hides and turns off lights!
Kuroko란 무엇입니까?
Kuroko은(는) https://coolchaser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically clicks, hides and turns off lights!"입니다.
확장 프로그램 스크린샷
Kuroko 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Kuroko helps you share and discover scripts that enhances your web experience. Kuroko helps you: - Click repetitive tasks: Clicking stuff repetitively? Kuroko will automatically click repetitive tasks you do everyday for you in 1-Click! - Hide annoying things: Kuroko will automatically hide away anything you don't want to see from the page you are visiting such as annoying ads etc. - Turn off lights!: Kuroko will make the website into a stage. Put a spot light on the things you want to concentrate on. Great for watching Videos! Scripts you create are set to private and won't be shared by other people (yet). For more information, please visit our website at http://kuroko.coolchaser.com
확장 프로그램 기본 정보
이름 | Kuroko |
ID | nffcgmdpbedknikgafaggdmhlpjefkpc |
공식 URL | https://chromewebstore.google.com/detail/kuroko/nffcgmdpbedknikgafaggdmhlpjefkpc |
설명 | Automatically clicks, hides and turns off lights! |
파일 크기 | 201 KB |
설치 횟수 | 780 |
현재 버전 | 0.16 |
최근 업데이트 | 2014-04-10 |
출시 날짜 | 2014-04-10 |
평점 | 3.36/5 총 25 개의 평점 |
개발자 | https://coolchaser.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://kuroko.coolchaser.com/ |
도움말 페이지 URL | http://kuroko.coolchaser.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kuroko", "version": "0.16", "description": "Automatically clicks, hides and turns off lights!", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "app\/ext_popup.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "*:\/\/*\/*" ], "oauth2": { "client_id": "60490964220-eggtelq7ivutg9qltrmr1nf8cr1eb1nr.apps.googleusercontent.com", "scopes": [ "openid", "email" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "lib\/underscore-1.5.2.min.js", "lib\/knockout-3.1.0.js", "lib\/diff_match_patch.js", "lib\/dom_prediction_helper.js", "lib\/knock.localStorage.js", "app\/cs_editor.js" ], "css": [ "app\/cs_editor.css" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "app\/cs_editor.html", "lib\/jquery-2.0.3.min.map", "lib\/underscore-min.map" ], "content_security_policy": "script-src 'self' http:\/\/localhost:3000 https:\/\/zvcx.selfip.com https:\/\/sachiko.selfip.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |