禁これ
艦これのプレイ可能時間を制限します
禁これとは何ですか?
禁これはhttps://ymrl.netによって開発されたChromeの拡張機能で、その主な機能は「艦これのプレイ可能時間を制限します」です。
拡張機能のスクリーンショット
禁これ拡張機能のCRXファイルをダウンロード
禁これ拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
艦これ中毒者のために、オプションから設定された時間のみ艦これをプレイ可能にする拡張機能です。
曜日ごとに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"
} | |