La Boîte à Outils - The ToolsBox
Description de l'extension
La Boîte à Outils - The ToolsBoxとは何ですか?
La Boîte à Outils - The ToolsBoxはSilanieによって開発されたChromeの拡張機能で、その主な機能は「Description de l'extension」です。
拡張機能のスクリーンショット
La Boîte à Outils - The ToolsBox拡張機能のCRXファイルをダウンロード
La Boîte à Outils - The ToolsBox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Permet l'activation de services issus du site La Boite à Outils pour la communauté des joueurs de Renaissance Kingdoms. 拡張機能の基本情報
| 名前 | |
| ID | nlloppojhfalbfdgaoppabbgopkmdlhm |
| 公式URL | https://chromewebstore.google.com/detail/la-bo%C3%AEte-%C3%A0-outils-the-too/nlloppojhfalbfdgaoppabbgopkmdlhm |
| 説明 | Description de l'extension |
| ファイルサイズ | 24.28 KB |
| インストール数 | 152 |
| 現在のバージョン | 2.0.11 |
| 最終更新日 | 2023-03-01 |
| 公開日 | 2020-11-15 |
| 評価 | 4.00/5 合計 3 レビュー |
| 開発者 | Silanie |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://laboiteaoutils.ovh/ |
| ヘルプページのURL | https://laboiteaoutils.ovh/ |
| 対応言語 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "La Bo\u00eete \u00e0 Outils - The ToolsBox",
"version": "2.0.11",
"description": "Description de l'extension",
"icons": {
"512": "images\/lbo_favicon.png"
},
"default_locale": "en",
"action": {
"default_title": "Click Me",
"default_popup": "html\/popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+L",
"mac": "Command+Shift+L",
"chromeos": "Ctrl+Shift+L",
"linux": "Ctrl+Shift+L"
}
}
},
"host_permissions": [
"*:\/\/www.renaissancekingdoms.com\/*",
"*:\/\/forum.renaissancekingdoms.com\/index.php*",
"*:\/\/forum2.renaissancekingdoms.com\/index.php*"
],
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/forum.renaissancekingdoms.com\/posting.php*",
"*:\/\/forum.renaissancekingdoms.com\/privmsg.php*",
"*:\/\/forum2.renaissancekingdoms.com\/posting.php*",
"*:\/\/forum2.renaissancekingdoms.com\/privmsg.php*",
"*:\/\/rome.lesroyaumes.com\/posting.php*",
"*:\/\/rome.lesroyaumes.com\/privmsg.php*"
],
"js": [
"js\/forum.js"
]
}
]
} | |