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\/*"
]
} | |