Twitching

Twitching - twitch.tv relay on edges for better experience

What is Twitching?

Twitching is a Chrome extension developed by Sochiru, and its main feature is "Twitching - twitch.tv relay on edges for better experience".

Extension Screenshots

screenshot

Download Twitching Extension CRX File

Download Twitching 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

                        Twitch.tv 사이트 내의 실시간 스트림 영상을 가까운 엣지 서버에서 가져올 수 있게 합니다. 엣지 서버를 사용할 경우 연결이 원할하지 않은 서버를 피해 조금 더 쾌적한 환경에서 방송을 시청할 수 있게 됩니다.                    

Extension Basic Information

Name Twitching Twitching
ID lpanejlgnikpcmhmkbgeiigfahjdnccm
Official URL https://chrome.google.com/webstore/detail/twitching/lpanejlgnikpcmhmkbgeiigfahjdnccm
Description Twitching - twitch.tv relay on edges for better experience
File Size 13.29 KB
Installation Count 8,715
Current Version 1.1
Last Updated 2022-10-06
Publish Date 2022-10-03
Rating 4.63/5 Total 27 Ratings
Developer Sochiru
Email [email protected]
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitching",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Twitching - twitch.tv relay on edges for better experience",
    "icons": {
        "16": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "64": "icons\/[email protected]",
        "128": "icons\/[email protected]",
        "256": "icons\/[email protected]"
    },
    "background": {
        "service_worker": "src\/workers.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/[email protected]"
        },
        "default_popup": "src\/popup.html",
        "default_title": "Twitching"
    },
    "host_permissions": [
        "https:\/\/*.twitch.tv\/*",
        "https:\/\/usher.ttvnw.net\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ]
}