DubSmack

An enhanced dubtrack.fm experience!

什么是DubSmack?

DubSmack是由smodoopa开发的Chrome扩展程序,该扩展的主要功能是“An enhanced dubtrack.fm experience!”。

扩展截图

screenshot
screenshot
screenshot

下载DubSmack扩展crx文件

下载DubSmack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DubSmack DubSmack
ID edmegjoanpcphbofchlojcjejigaoebo
官方URL https://chromewebstore.google.com/detail/dubsmack/edmegjoanpcphbofchlojcjejigaoebo
简介 An enhanced dubtrack.fm experience!
文件大小 133 KB
安装次数 16
当前版本 0.660
更新时间 2015-11-10
上架时间 2015-11-10
评分 5.00/5 共3次评分
开发者 smodoopa
付费类型 free
扩展官网 https://www.dubtrack.fm/
支持的语言 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"
    ]
}