plugCubed
Adding a new dimension to plug.dj
plugCubedとは何ですか?
plugCubedはthedark1337によって開発されたChromeの拡張機能で、その主な機能は「Adding a new dimension to plug.dj」です。
拡張機能のスクリーンショット
plugCubed拡張機能のCRXファイルをダウンロード
plugCubed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
plug³ is a Javascript enhancement that offers; Autowoot, Autojoin, Custom Chat Colors, Toggle AFK status with an Autoresponder, Special Notifications, Enable toggles for turning on/off the Stream, AFK timers in the Userlist, Custom room settings and a lot more!
拡張機能の基本情報
名前 | plugCubed |
ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
公式URL | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
説明 | Adding a new dimension to plug.dj |
ファイルサイズ | 72.7 KB |
インストール数 | 880 |
現在のバージョン | 4.4.0.11 |
最終更新日 | 2017-12-18 |
公開日 | 2017-12-18 |
評価 | 4.19/5 合計 16 レビュー |
開発者 | thedark1337 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://plugcubed.net |
ヘルプページのURL | https://github.com/plugcubed/plugcubed/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "plug\u00b3 Team", "name": "plugCubed", "short_name": "plug\u00b3", "description": "Adding a new dimension to plug.dj", "homepage_url": "https:\/\/plugCubed.net", "version": "4.4.0.11", "icons": { "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.plug.dj\/*" ], "js": [ "loader.js" ] } ], "permissions": [ "https:\/\/plug.dj\/*" ], "web_accessible_resources": [ "plugCubed.js" ] } |