Pokémon J0L Extension
JoL Extension
Pokémon J0L Extensionとは何ですか?
Pokémon J0L ExtensionはDrakirusによって開発されたChromeの拡張機能で、その主な機能は「JoL Extension」です。
拡張機能のスクリーンショット
Pokémon J0L Extension拡張機能のCRXファイルをダウンロード
Pokémon J0L Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension pour le format JOL sur le site Poketools.fr
拡張機能の基本情報
名前 | |
ID | jghmdingepcggbhphhfnhagfdejlfbcp |
公式URL | https://chromewebstore.google.com/detail/pok%C3%A9mon-j0l-extension/jghmdingepcggbhphhfnhagfdejlfbcp |
説明 | JoL Extension |
ファイルサイズ | 31.09 KB |
インストール数 | 37 |
現在のバージョン | 4.0.0 |
最終更新日 | 2018-02-26 |
公開日 | 2018-02-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Drakirus |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "Pokemon", "default_icon": "JoL.png", "default_popup": "popup.html" }, "name": "Pok\u00e9mon J0L Extension", "author": "Github@Drakirus, Github@Apeul", "description": "JoL Extension", "version": "4.0.0", "content_scripts": [ { "js": [ "app.js" ], "matches": [ "https:\/\/www.poketools.fr\/*" ] } ], "permissions": [ "https:\/\/www.poketools.fr\/*", "notifications", "tabs", "activeTab" ] } |