禁これ
艦これのプレイ可能時間を制限します
Cos'è 禁これ?
禁これ è un'estensione di Chrome sviluppata da https://ymrl.net, e la sua funzione principale è "艦これのプレイ可能時間を制限します".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 禁これ
Scarica i file di estensione 禁これ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
艦これ中毒者のために、オプションから設定された時間のみ艦これをプレイ可能にする拡張機能です。
曜日ごとに1時間単位でプレイ可能時間を設定できるほか、どうしてもプレイしたいときのための「月月火水木金金ボタン」も用意されています。
節度を守った健康的な提督ライフを末永くお楽しみください。 Informazioni di Base sull'Estensione
| Nome | |
| ID | lngkpddeahoeaidiapcheehjpkkdggjg |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E7%A6%81%E3%81%93%E3%82%8C/lngkpddeahoeaidiapcheehjpkkdggjg |
| Descrizione | 艦これのプレイ可能時間を制限します |
| Dimensione del File | 59.98 KB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2013-09-27 |
| Data di Pubblicazione | 2013-09-27 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | https://ymrl.net |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |