Baidu MP3 Free with Ad
去除百度MP3的广告
什么是Baidu MP3 Free with Ad?
Baidu MP3 Free with Ad是由handt开发的Chrome扩展程序,该扩展的主要功能是“去除百度MP3的广告”。
扩展截图
下载Baidu MP3 Free with Ad扩展crx文件
下载Baidu MP3 Free with Ad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        + 作用描述:
去掉百度音乐盒中的广告,包括右侧和顶部
Author:xnhandt
Version 2
Date  : 2013-5-11                     扩展基本信息
| 名称 |   |  
| ID | gcahhpnfbbhciaepdgmankdngdiphlpa | 
| 官方URL | https://chromewebstore.google.com/detail/baidu-mp3-free-with-ad/gcahhpnfbbhciaepdgmankdngdiphlpa | 
| 简介 | 去除百度MP3的广告 | 
| 文件大小 | 3.44 KB | 
| 安装次数 | 12 | 
| 当前版本 | 2.0 | 
| 更新时间 | 2013-05-11 | 
| 上架时间 | 2013-05-11 | 
| 开发者 | handt | 
| 付费类型 | free | 
| 支持的语言 | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/play.baidu.com\/"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "\u53bb\u9664\u767e\u5ea6MP3\u7684\u5e7f\u544a",
    "name": "Baidu MP3 Free with Ad",
    "version": "2.0",
    "incognito": "spanning",
    "homepage_url": "http:\/\/www.cnblogs.com\/handt"
}  |  |