Netclicker

Control your Computer and Internet with your Phone

What is Netclicker?

Netclicker is a Chrome extension developed by https://netclicker.tv, and its main feature is "Control your Computer and Internet with your Phone".

Extension Screenshots

screenshot

Download Netclicker Extension CRX File

Download Netclicker 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. 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                    

Extension Basic Information

Name Netclicker Netclicker
ID clnfbbdbpkhknhbhaehhjjllndeehpac
Official URL https://chromewebstore.google.com/detail/netclicker/clnfbbdbpkhknhbhaehhjjllndeehpac
Description Control your Computer and Internet with your Phone
File Size 1.51 MB
Installation Count 1,178
Current Version 11.2.0
Last Updated 2024-03-03
Publish Date 2020-10-12
Rating 3.67/5 Total 6 Ratings
Developer https://netclicker.tv
Email [email protected]
Payment Type free
Extension Website https://netclicker.tv
Help Page URL https://discord.gg/S3GvSezhf6
Privacy Policy Page URL https://netclicker.tv/extension/privacy
Supported Languages 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'"
    }
}