Tribalwars Millisecond Clock
Adds a millisecond clock to the tribalwars page
Tribalwars Millisecond Clockとは何ですか?
Tribalwars Millisecond ClockはRyan Davisによって開発されたChromeの拡張機能で、その主な機能は「Adds a millisecond clock to the tribalwars page」です。
拡張機能のスクリーンショット
Tribalwars Millisecond Clock拡張機能のCRXファイルをダウンロード
Tribalwars Millisecond Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a clock to the side of the screen in tribal wars which includes the milliseconds, to make timing your attacks super precise! There is also an offset adjuster to ensure you get the exact right millisecond as the server time. **Updates** Version 3.0 - Includes support for all the tribal wars domains available from their site.
拡張機能の基本情報
名前 | Tribalwars Millisecond Clock |
ID | ockippfhjpjfmdkhdcjecepcleopfamm |
公式URL | https://chromewebstore.google.com/detail/tribalwars-millisecond-cl/ockippfhjpjfmdkhdcjecepcleopfamm |
説明 | Adds a millisecond clock to the tribalwars page |
ファイルサイズ | 8.98 KB |
インストール数 | 1,042 |
現在のバージョン | 3.0 |
最終更新日 | 2020-08-05 |
公開日 | 2020-06-02 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | Ryan Davis |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tribalwars Millisecond Clock", "version": "3.0", "description": "Adds a millisecond clock to the tribalwars page", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "storage" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.die-staemme.de\/*", "*:\/\/*.divoke-kmene.sk\/*", "*:\/\/*.divokekmeny.cz\/*", "*:\/\/*.fyletikesmaxes.gr\/*", "*:\/\/*.guerrastribales.es\/*", "*:\/\/*.guerretribale.fr\/*", "*:\/\/*.klanhaboru.hu\/*", "*:\/\/*.klanlar.org\/*", "*:\/\/*.plemena.com\/*", "*:\/\/*.plemiona.pl\/*", "*:\/\/*.staemme.ch\/*", "*:\/\/*.tribals.it\/*", "*:\/\/*.tribalwars.ae\/*", "*:\/\/*.tribalwars.asia\/*", "*:\/\/*.tribalwars.co.uk\/*", "*:\/\/*.tribalwars.com.br\/*", "*:\/\/*.tribalwars.com.pt\/*", "*:\/\/*.tribalwars.com\/*", "*:\/\/*.tribalwars.dk\/*", "*:\/\/*.tribalwars.net\/*", "*:\/\/*.tribalwars.nl\/*", "*:\/\/*.tribalwars.se\/*", "*:\/\/*.tribalwars.us\/*", "*:\/\/*.tribalwars.works\/*", "*:\/\/*.triburile.ro\/*", "*:\/\/*.vojnaplemen.si\/*", "*:\/\/*.voyna-plemyon.ru\/*" ], "css": [ "myStyles.css" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |