Jankteki
An enhancement suite for jinteki.net
ما هو Jankteki؟
Jankteki هو إضافة Chrome تم تطويرها بواسطة https://breakfastdinnertea.co.uk، والميزة الرئيسية لها هي "An enhancement suite for jinteki.net".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jankteki
قم بتنزيل ملفات الامتداد Jankteki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Jankteki |
ID | dhnigpbnhaoakkcdlhicgeceigopaknm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jankteki/dhnigpbnhaoakkcdlhicgeceigopaknm |
الوصف | An enhancement suite for jinteki.net |
حجم الملف | 131 KB |
عدد التثبيتات | 544 |
النسخة الحالية | 0.6.7 |
آخر تحديث | 2018-01-03 |
تاريخ النشر | 2018-01-03 |
تقييم | 4.67/5 مجموع تقييمات 21 |
المطور | https://breakfastdinnertea.co.uk |
نوع الدفع | free |
موقع الإضافة | http://github.com/simons/jankteki |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jankteki", "description": "An enhancement suite for jinteki.net", "version": "0.6.7", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/icon48.png" }, "background": { "scripts": [ "lib\/models\/User.js", "lib\/friends.js", "background\/eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.jinteki.net\/*", "https:\/\/www.jinteki.net\/*", "https:\/\/jinteki.zaroth.net\/*" ], "js": [ "lib\/models\/User.js", "lib\/friends.js", "lib\/options.js", "inline\/lobby.js", "inline\/injector.js", "inline\/options.js" ], "css": [ "inline\/jankteki.css" ], "run_at": "document_end" } ], "options_page": "options\/options.html", "web_accessible_resources": [ "inline\/gameboard.js", "inline\/widenHq.js" ], "permissions": [ "contextMenus", "declarativeContent", "notifications", "storage", "http:\/\/jinteki.net\/*", "https:\/\/jinteki.net\/*" ] } |