Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
What is Plug.dj Autopilot?
Plug.dj Autopilot is a Chrome extension developed by https://thompsn.com, and its main feature is "a less-obvious auto-voting script for plug.dj".
Extension Screenshots
Download Plug.dj Autopilot Extension CRX File
Download Plug.dj Autopilot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An autopilot script based on a countdown timer. COMMANDS /autopilot /link
Extension Basic Information
Name | Plug.dj Autopilot |
ID | kddankhibidfedpmhehdlcmhkpdijdbh |
Official URL | https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh |
Description | a less-obvious auto-voting script for plug.dj |
File Size | 100 KB |
Installation Count | 51 |
Current Version | 0.0.0.7 |
Last Updated | 2015-05-23 |
Publish Date | 2015-05-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://thompsn.com |
[email protected] | |
Payment Type | free |
Extension Website | http://thompsn.com/plugdj/ |
Supported Languages | 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 } |