Netclicker

Control your Computer and Internet with your Phone

Netclicker란 무엇입니까?

Netclicker은(는) https://netclicker.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control your Computer and Internet with your Phone"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        1. Get the Desktop TV app
2. Get the Mobile Remote app
3. Scan the QR code to connect your remote, then sit back and relax!

Officially Supported Platforms:
- YouTube
- Netflix
- Prime Video
- Disney+
- Twitch
- TikTok

Find the apps here: https://netclicker.tv/downloads

Join us on discord: https://discord.gg/S3GvSezhf6

<3 Netclicker Team                    

확장 프로그램 기본 정보

이름 Netclicker Netclicker
ID clnfbbdbpkhknhbhaehhjjllndeehpac
공식 URL https://chromewebstore.google.com/detail/netclicker/clnfbbdbpkhknhbhaehhjjllndeehpac
설명 Control your Computer and Internet with your Phone
파일 크기 1.51 MB
설치 횟수 1,178
현재 버전 11.2.0
최근 업데이트 2024-03-03
출시 날짜 2020-10-12
평점 3.67/5 총 6 개의 평점
개발자 https://netclicker.tv
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://netclicker.tv
도움말 페이지 URL https://discord.gg/S3GvSezhf6
개인정보 보호 정책 페이지 URL https://netclicker.tv/extension/privacy
지원되는 언어 id,de,en,fr,sw,nl,vi,es,it,pt-BR,pt-PT,ru,iw,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "11.2.0",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "src\/assets\/images\/app_icon_16.png",
        "32": "src\/assets\/images\/app_icon_32.png",
        "48": "src\/assets\/images\/app_icon_48.png",
        "128": "src\/assets\/images\/app_icon_128.png"
    },
    "action": {
        "default_title": "Netclicker",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/images\/app_icon_16.png",
            "32": "src\/assets\/images\/app_icon_32.png",
            "48": "src\/assets\/images\/app_icon_48.png",
            "128": "src\/assets\/images\/app_icon_128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "optional_host_permissions": [
        ""
    ],
    "permissions": [
        "webNavigation",
        "storage",
        "tabs",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/*.hulu.com\/*",
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.peacocktv.com\/*",
        "*:\/\/*.plex.tv\/*",
        "*:\/\/*.viu.com\/*",
        "*:\/\/*.crackle.com\/*",
        "*:\/\/*.crunchyroll.com\/*",
        "*:\/\/*.viki.com\/*",
        "*:\/\/*.showmax.com\/*",
        "*:\/\/*.dstv.stream\/*",
        "*:\/\/*.rlaxxtv.com\/*",
        "*:\/\/*.pluto.tv\/*",
        "*:\/\/*.tubitv.com\/*",
        "*:\/\/*.popcornflix.com\/*",
        "*:\/\/*.afriforumtv.com\/*",
        "*:\/\/*.evod.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/libs\/background\/*",
                "src\/libs\/background_utils\/*",
                "src\/libs\/client_side\/*\/*",
                "src\/libs\/content_scripts\/*",
                "src\/offscreen\/*",
                "src\/assets\/images\/*",
                "src\/assets\/images\/*\/*",
                "src\/player\/index.html"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}