禁これ
艦これのプレイ可能時間を制限します
禁これ란 무엇입니까?
禁これ은(는) https://ymrl.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "艦これのプレイ可能時間を制限します"입니다.
확장 프로그램 스크린샷
禁これ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
艦これ中毒者のために、オプションから設定された時間のみ艦これをプレイ可能にする拡張機能です。 曜日ごとに1時間単位でプレイ可能時間を設定できるほか、どうしてもプレイしたいときのための「月月火水木金金ボタン」も用意されています。 節度を守った健康的な提督ライフを末永くお楽しみください。
확장 프로그램 기본 정보
이름 | 禁これ |
ID | lngkpddeahoeaidiapcheehjpkkdggjg |
공식 URL | https://chromewebstore.google.com/detail/%E7%A6%81%E3%81%93%E3%82%8C/lngkpddeahoeaidiapcheehjpkkdggjg |
설명 | 艦これのプレイ可能時間を制限します |
파일 크기 | 59.98 KB |
설치 횟수 | 33 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2013-09-27 |
출시 날짜 | 2013-09-27 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://ymrl.net |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u7981\u3053\u308c", "version": "0.0.3", "description": "\u8266\u3053\u308c\u306e\u30d7\u30ec\u30a4\u53ef\u80fd\u6642\u9593\u3092\u5236\u9650\u3057\u307e\u3059", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "consts.js", "lib.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.dmm.com\/netgame\/social\/-\/gadgets\/=\/app_id=854854\/" ], "js": [ "content-messaging.js", "content-views.js", "content.js" ] }, { "matches": [ "http:\/\/osapi.dmm.com\/gadgets\/*" ], "js": [ "content-messaging.js", "iframe-content.js" ], "run_at": "document_start" } ], "options_page": "options.html" } |