鱼刺

BetterDouyuTV斗鱼TV拓展插件

鱼刺คืออะไร?

鱼刺 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://430.io และคุณลักษณะหลักของมันคือ "BetterDouyuTV斗鱼TV拓展插件"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 鱼刺

ดาวน์โหลดไฟล์ส่วนขยาย 鱼刺 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 鱼刺 鱼刺
ID gcbffedndffjfomopdahjbaekcepimja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E9%B1%BC%E5%88%BA/gcbffedndffjfomopdahjbaekcepimja
คำอธิบาย BetterDouyuTV斗鱼TV拓展插件
ขนาดไฟล์ 67.72 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-04-02
วันที่เผยแพร่ 2016-04-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://430.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://430.io/yu-ci-betterdouyutv/
URL หน้าช่วยเหลือ http://430.io/yu-ci-betterdouyutv/
ภาษาที่รองรับ 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\/*"
    ]
}