Plug.dj Autopilot

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

Wat is Plug.dj Autopilot?

Plug.dj Autopilot is een Chrome-extensie ontwikkeld door https://thompsn.com, en de belangrijkste functie is "a less-obvious auto-voting script for plug.dj".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Plug.dj Autopilot

Download Plug.dj Autopilot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An autopilot script based on a countdown timer.

COMMANDS
/autopilot
/link                    

Basisinformatie over de Extensie

Naam Plug.dj Autopilot Plug.dj Autopilot
ID kddankhibidfedpmhehdlcmhkpdijdbh
Officiële URL https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh
Beschrijving a less-obvious auto-voting script for plug.dj
Bestandsgrootte 100 KB
Aantal Installaties 51
Huidige Versie 0.0.0.7
Laatst Bijgewerkt 2015-05-23
Publicatiedatum 2015-05-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://thompsn.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://thompsn.com/plugdj/
Ondersteunde Talen 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
}