DubSmack

An enhanced dubtrack.fm experience!

What is DubSmack?

DubSmack is a Chrome extension developed by smodoopa, and its main feature is "An enhanced dubtrack.fm experience!".

Extension Screenshots

screenshot
screenshot
screenshot

Download DubSmack Extension CRX File

Download DubSmack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DubSmack DubSmack
ID edmegjoanpcphbofchlojcjejigaoebo
Official URL https://chromewebstore.google.com/detail/dubsmack/edmegjoanpcphbofchlojcjejigaoebo
Description An enhanced dubtrack.fm experience!
File Size 133 KB
Installation Count 16
Current Version 0.660
Last Updated 2015-11-10
Publish Date 2015-11-10
Rating 5.00/5 Total 3 Ratings
Developer smodoopa
Payment Type free
Extension Website https://www.dubtrack.fm/
Supported Languages 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"
    ]
}