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 | 
| 官方網址 | 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"
}  |  |