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 |
官方網址 | 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 |
電子郵箱 | [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 } |