禁これ
艦これのプレイ可能時間を制限します
Wat is 禁これ?
禁これ is een Chrome-extensie ontwikkeld door https://ymrl.net, en de belangrijkste functie is "艦これのプレイ可能時間を制限します".
Extensie Screenshots
Download het CRX-bestand van de extensie 禁これ
Download 禁これ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
艦これ中毒者のために、オプションから設定された時間のみ艦これをプレイ可能にする拡張機能です。
曜日ごとに1時間単位でプレイ可能時間を設定できるほか、どうしてもプレイしたいときのための「月月火水木金金ボタン」も用意されています。
節度を守った健康的な提督ライフを末永くお楽しみください。 Basisinformatie over de Extensie
| Naam | |
| ID | lngkpddeahoeaidiapcheehjpkkdggjg |
| Officiële URL | https://chromewebstore.google.com/detail/%E7%A6%81%E3%81%93%E3%82%8C/lngkpddeahoeaidiapcheehjpkkdggjg |
| Beschrijving | 艦これのプレイ可能時間を制限します |
| Bestandsgrootte | 59.98 KB |
| Aantal Installaties | 33 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2013-09-27 |
| Publicatiedatum | 2013-09-27 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://ymrl.net |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |