Jankteki
An enhancement suite for jinteki.net
什么是Jankteki?
Jankteki是由https://breakfastdinnertea.co.uk开发的Chrome扩展程序,该扩展的主要功能是“An enhancement suite for jinteki.net”。
扩展截图
下载Jankteki扩展crx文件
下载Jankteki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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\/*"
]
} | |