Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
Hvad er Plug.dj Autopilot?
Plug.dj Autopilot er en Chrome-udvidelse udviklet af https://thompsn.com, og dens hovedfunktion er "a less-obvious auto-voting script for plug.dj".
Udvidelsesskærmbilleder
Download Plug.dj Autopilot-udvidelses-CRX-fil
Download Plug.dj Autopilot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
An autopilot script based on a countdown timer. COMMANDS /autopilot /link
Grundlæggende oplysninger om udvidelsen
Navn | Plug.dj Autopilot |
ID | kddankhibidfedpmhehdlcmhkpdijdbh |
Officiel URL | https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh |
Beskrivelse | a less-obvious auto-voting script for plug.dj |
Filstørrelse | 100 KB |
Antal Installationer | 51 |
Nuværende Version | 0.0.0.7 |
Senest Opdateret | 2015-05-23 |
Udgivelsesdato | 2015-05-22 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://thompsn.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://thompsn.com/plugdj/ |
Understøttede Sprog | 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 } |