Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
Plug.dj Autopilotとは何ですか?
Plug.dj Autopilotはhttps://thompsn.comによって開発されたChromeの拡張機能で、その主な機能は「a less-obvious auto-voting script for plug.dj」です。
拡張機能のスクリーンショット
Plug.dj Autopilot拡張機能のCRXファイルをダウンロード
Plug.dj Autopilot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An autopilot script based on a countdown timer. COMMANDS /autopilot /link
拡張機能の基本情報
名前 | Plug.dj Autopilot |
ID | kddankhibidfedpmhehdlcmhkpdijdbh |
公式URL | https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh |
説明 | a less-obvious auto-voting script for plug.dj |
ファイルサイズ | 100 KB |
インストール数 | 51 |
現在のバージョン | 0.0.0.7 |
最終更新日 | 2015-05-23 |
公開日 | 2015-05-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://thompsn.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://thompsn.com/plugdj/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plug.dj Autopilot", "version": "0.0.0.7", "icons": { "16": "\/img\/icons\/icon_16.png", "48": "\/img\/icons\/icon_48.png", "128": "\/img\/icons\/icon_128.png" }, "description": "a less-obvious auto-voting script for plug.dj", "content_scripts": [ { "matches": [ "https:\/\/plug.dj\/*", "https:\/\/www.plug.dj\/*" ], "exclude_matches": [ "https:\/\/plug.dj\/about", "https:\/\/plug.dj\/terms", "https:\/\/plug.dj\/privacy", "https:\/\/plug.dj\/@\/*", "https:\/\/plug.dj\/logout" ], "js": [ "\/js\/external\/jquery.js", "\/js\/content_script.js" ] } ], "web_accessible_resources": [ "pluglr.js" ], "manifest_version": 2 } |