Plug.dj Autopilot

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

Cos'è Plug.dj Autopilot?

Plug.dj Autopilot è un'estensione di Chrome sviluppata da https://thompsn.com, e la sua funzione principale è "a less-obvious auto-voting script for plug.dj".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Plug.dj Autopilot

Scarica i file di estensione Plug.dj Autopilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An autopilot script based on a countdown timer.

COMMANDS
/autopilot
/link                    

Informazioni di Base sull'Estensione

Nome Plug.dj Autopilot Plug.dj Autopilot
ID kddankhibidfedpmhehdlcmhkpdijdbh
URL Ufficiale https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh
Descrizione a less-obvious auto-voting script for plug.dj
Dimensione del File 100 KB
Conteggio Installazioni 51
Versione Corrente 0.0.0.7
Ultimo Aggiornamento 2015-05-23
Data di Pubblicazione 2015-05-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://thompsn.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://thompsn.com/plugdj/
Lingue Supportate 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
}