Tieba Extension

Remove Live Video from Tieba

What is Tieba Extension?

Tieba Extension is a Chrome extension developed by Hirasawa_Ui, and its main feature is "Remove Live Video from Tieba".

Extension Screenshots

screenshot

Download Tieba Extension Extension CRX File

Download Tieba Extension 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

                        百度贴吧最近推出许多烦人的新功能,本插件作用能够主动屏蔽这些功能,还原一个干净的贴吧页面。本应用会不断跟踪贴吧广告的变化并不断更新。                    

Extension Basic Information

Name Tieba Extension Tieba Extension
ID mmakgkahbgcngjfkhjdcmiefmgbgadap
Official URL https://chromewebstore.google.com/detail/tieba-extension/mmakgkahbgcngjfkhjdcmiefmgbgadap
Description Remove Live Video from Tieba
File Size 67.1 KB
Installation Count 17
Current Version 0.2.2
Last Updated 2014-11-09
Publish Date 2014-11-09
Rating 5.00/5 Total 1 Ratings
Developer Hirasawa_Ui
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tieba Extension",
    "version": "0.2.2",
    "description": "Remove Live Video from Tieba",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/tieba.baidu.com\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tieba.baidu.com\/*"
            ],
            "js": [
                "myscripts.js"
            ],
            "run_at": "document_start"
        }
    ]
}