鱼刺

BetterDouyuTV斗鱼TV拓展插件

What is 鱼刺?

鱼刺 is a Chrome extension developed by https://430.io, and its main feature is "BetterDouyuTV斗鱼TV拓展插件".

Extension Screenshots

screenshot

Download 鱼刺 Extension CRX File

Download 鱼刺 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

                        一款增强斗鱼观看体验的app
Extension to improve your watching experience on douyuTV.
功能包括:1.去除广告;2.夜间模式;3.关闭聊天窗口
更多功能请求请到反馈网页提交                    

Extension Basic Information

Name 鱼刺 鱼刺
ID gcbffedndffjfomopdahjbaekcepimja
Official URL https://chromewebstore.google.com/detail/%E9%B1%BC%E5%88%BA/gcbffedndffjfomopdahjbaekcepimja
Description BetterDouyuTV斗鱼TV拓展插件
File Size 67.72 KB
Installation Count 17
Current Version 1.0.1
Last Updated 2016-04-02
Publish Date 2016-04-01
Rating 5.00/5 Total 1 Ratings
Developer https://430.io
Payment Type free
Extension Website http://430.io/yu-ci-betterdouyutv/
Help Page URL http://430.io/yu-ci-betterdouyutv/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9c7c\u523a",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "BetterDouyuTV\u6597\u9c7cTV\u62d3\u5c55\u63d2\u4ef6",
    "homepage_url": "http:\/\/430.io\/yu-ci-betterdouyutv\/",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "assets\/icons\/icon19.png",
        "default_title": "\u9c7c\u523a",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.douyutv.com\/*",
                "*:\/\/*.douyu.com\/*"
            ],
            "css": [
                "css\/flex-layout.min.css",
                "css\/jquery.modal.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-2.2.2.min.js",
                "js\/jquery.modal.min.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/*.html",
        "assets\/*"
    ]
}