Tribal Wars Communication
By King Low
Tribal Wars Communicationとは何ですか?
Tribal Wars CommunicationはMaarten Sijmkensによって開発されたChromeの拡張機能で、その主な機能は「By King Low」です。
拡張機能のスクリーンショット
Tribal Wars Communication拡張機能のCRXファイルをダウンロード
Tribal Wars Communication拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Dit script voegt enkele handige hulpmiddelen toe bij mededelingen, chat en op het forum. - Handtekening toevoegen - Sneltoetsen voor bbcodes - Smileys Al deze functies zijn aanpasbaar op de optie pagina
拡張機能の基本情報
名前 | |
ID | hjhkppdlepjmhadlfgcoeacfelppjpoo |
公式URL | https://chrome.google.com/webstore/detail/tribal-wars-communication/hjhkppdlepjmhadlfgcoeacfelppjpoo |
説明 | By King Low |
ファイルサイズ | 76.47 KB |
インストール数 | 113 |
現在のバージョン | 1.4.1 |
最終更新日 | 2016-07-12 |
公開日 | 2016-07-12 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Maarten Sijmkens |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tribal Wars Communication", "version": "1.4.1", "manifest_version": 2, "description": "By King Low", "icons": { "16": "images\/icons\/logo16.png", "48": "images\/icons\/logo48.png", "128": "images\/icons\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tribalwars.nl\/game.php*" ], "js": [ "scripts\/jquery.js", "scripts\/communication.js" ] } ], "options_page": "options\/options.html", "permissions": [ "storage" ] } |