鱼刺

BetterDouyuTV斗鱼TV拓展插件

鱼刺란 무엇입니까?

鱼刺은(는) https://430.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BetterDouyuTV斗鱼TV拓展插件"입니다.

확장 프로그램 스크린샷

screenshot

鱼刺 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        一款增强斗鱼观看体验的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\/*"
    ]
}