影片/直播精彩片段偵測

自動將巴哈動畫瘋、Twitch精彩片段標記在撥放器進度條(時間軸)上!

What is 影片/直播精彩片段偵測?

影片/直播精彩片段偵測 is a Chrome extension developed by C.B., and its main feature is "自動將巴哈動畫瘋、Twitch精彩片段標記在撥放器進度條(時間軸)上!".

Extension Screenshots

screenshot
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

                        不需任何操作,當觀看支援的網站時會自動分析精彩片段並標記在時間條中。
適用在回顧或沒時間看完整影片內容時,可迅速掌握影片、過去比賽直播的精彩片段。

目前支援網站:
1.巴哈姆特動畫瘋
2.Twitch(Beta版本 受Twitch api限制,分析速度較慢)


預計新增(有時間或有斗內的話):
1.bilibili

註:1.並非每部影片都有精彩到足以被偵測的片段。
   2.Twitch適用在頻道中的<影片>類別中的過去直播

1.3更新:放寬動畫瘋偵測條件                    

Extension Basic Information

Name 影片/直播精彩片段偵測 影片/直播精彩片段偵測
ID kbimgaeidalhohlachbomljejhgdejld
Official URL https://chrome.google.com/webstore/detail/%E5%BD%B1%E7%89%87%E7%9B%B4%E6%92%AD%E7%B2%BE%E5%BD%A9%E7%89%87%E6%AE%B5%E5%81%B5%E6%B8%AC/kbimgaeidalhohlachbomljejhgdejld
Description 自動將巴哈動畫瘋、Twitch精彩片段標記在撥放器進度條(時間軸)上!
File Size 41.51 KB
Installation Count 56
Current Version 1.31
Last Updated 2019-02-18
Publish Date 2019-02-18
Rating 5.00/5 Total 9 Ratings
Developer C.B.
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5f71\u7247\/\u76f4\u64ad\u7cbe\u5f69\u7247\u6bb5\u5075\u6e2c",
    "description": "\u81ea\u52d5\u5c07\u5df4\u54c8\u52d5\u756b\u760b\u3001Twitch\u7cbe\u5f69\u7247\u6bb5\u6a19\u8a18\u5728\u64a5\u653e\u5668\u9032\u5ea6\u689d(\u6642\u9593\u8ef8)\u4e0a!",
    "version": "1.31",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    },
    "content_security_policy": "script-src 'self' http:\/\/127.0.0.1; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content-script(no server).js"
            ],
            "run_at": "document_start"
        }
    ]
}