DubSmack

An enhanced dubtrack.fm experience!

Cos'è DubSmack?

DubSmack è un'estensione di Chrome sviluppata da smodoopa, e la sua funzione principale è "An enhanced dubtrack.fm experience!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DubSmack

Scarica i file di estensione DubSmack 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 extension for dubtrack.fm! It comes with these amazing features!
 
•AutoDub.
•Classic Plug.dj view.
•AFK messages.
•Post-Song stats.
•Hide Background.
•Fullscreen Chat.                    

Informazioni di Base sull'Estensione

Nome DubSmack DubSmack
ID edmegjoanpcphbofchlojcjejigaoebo
URL Ufficiale https://chromewebstore.google.com/detail/dubsmack/edmegjoanpcphbofchlojcjejigaoebo
Descrizione An enhanced dubtrack.fm experience!
Dimensione del File 133 KB
Conteggio Installazioni 16
Versione Corrente 0.660
Ultimo Aggiornamento 2015-11-10
Data di Pubblicazione 2015-11-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore smodoopa
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dubtrack.fm/
Lingue Supportate en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/fetcher.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/www.dubtrack.fm\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/stats.g.doubleclick.net; object-src 'self';",
    "description": "An enhanced dubtrack.fm experience!",
    "icons": {
        "128": "images\/dubsmack_128.png",
        "16": "images\/dubsmack_16.png",
        "48": "images\/dubsmack_48.png"
    },
    "manifest_version": 2,
    "name": "DubSmack",
    "short_name": "dubsmack",
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.660",
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/DubSmack.js",
        "css\/style.css",
        "js\/fetcher.js",
        "images\/plugicons.png",
        "images\/dubsmack_40.png"
    ]
}