Plug.dj Autopilot

a less-obvious auto-voting script for plug.dj

Vad är Plug.dj Autopilot?

Plug.dj Autopilot är en Chrome-tillägg utvecklad av https://thompsn.com, och dess huvudfunktion är "a less-obvious auto-voting script for plug.dj".

Tilläggsskärmbilder

screenshot

Ladda ner Plug.dj Autopilot-förlängningens CRX-fil

Ladda ner Plug.dj Autopilot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        An autopilot script based on a countdown timer.

COMMANDS
/autopilot
/link                    

Grundläggande Information om Tillägg

Namn Plug.dj Autopilot Plug.dj Autopilot
ID kddankhibidfedpmhehdlcmhkpdijdbh
Officiell webbadress https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh
Beskrivning a less-obvious auto-voting script for plug.dj
Filstorlek 100 KB
Antal Installationer 51
Aktuell Version 0.0.0.7
Senast Uppdaterad 2015-05-23
Publiceringsdatum 2015-05-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://thompsn.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://thompsn.com/plugdj/
Stödda Språk 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
}