Cya Chrome Extension!

Cya Chrome Extension!

Cya Chrome Extension! क्या है?

Cya Chrome Extension! Cya Live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cya Chrome Extension!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cya Chrome Extension! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Watch movies, concerts, and events together! With friends!

Host watch parties for all your favorite shows and movies on-demand with Cya Live's new Netflix plug-in. Rest assured that our easy-to-use platform is suitable for all movie lovers.

Cya Live facilitates multifaceted viewing experiences by allowing global audiences to interact with movie content, other users, and hosts through video, audio, and text—all in complete synchronicity. Thanks to Cya Live's unlimited virtual audience sizes, viewers can attend large watch parties with stars or host their own events.

Immerse yourself in the latest shows and movies on a web browser.

No plans? No worries! Check out what others are currently watching in their public event rooms by tuning into the Cya.Live.

Welcome to the world's largest virtual movie theatre—we hope you enjoy your stay.                    

एक्सटेंशन की मूल जानकारी

नाम Cya Chrome Extension! Cya Chrome Extension!
ID hblpaheahobcofbjmbkhnbdljplmbajo
आधिकारिक URL https://chromewebstore.google.com/detail/cya-chrome-extension/hblpaheahobcofbjmbkhnbdljplmbajo
विवरण Cya Chrome Extension!
फ़ाइल का आकार 78.67 KB
स्थापना संख्या 674
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2023-07-19
प्रकाशन तिथि 2022-02-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Cya Live
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.cya.live/
सहायता पृष्ठ URL https://www.cya.live/contact
गोपनीयता नीति पृष्ठ URL https://www.cya.live/page/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cya Chrome Extension!",
    "description": "Cya Chrome Extension!",
    "version": "1.1.9",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "all_frames": true,
            "js": [
                "netflix\/cs.js"
            ],
            "css": [
                "netflix\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "youtube\/cs.js"
            ],
            "css": [
                "youtube\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.primevideo.com\/*"
            ],
            "all_frames": true,
            "js": [
                "primevideo\/cs.js"
            ],
            "css": [
                "primevideo\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ],
            "all_frames": true,
            "js": [
                "crunchyroll\/cs.js"
            ],
            "css": [
                "crunchyroll\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/static.crunchyroll.com\/*"
            ],
            "all_frames": true,
            "js": [
                "crunchyroll\/in.js"
            ]
        },
        {
            "matches": [
                "https:\/\/tubitv.com\/*"
            ],
            "all_frames": true,
            "js": [
                "tubi\/cs.js"
            ],
            "css": [
                "tubi\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.tsn.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "tsn\/cs.js"
            ],
            "css": [
                "tsn\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.espn.com\/*"
            ],
            "all_frames": true,
            "js": [
                "espn\/cs.js"
            ],
            "css": [
                "espn\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/play.hbomax.com\/*"
            ],
            "all_frames": true,
            "js": [
                "hbo\/cs.js"
            ],
            "css": [
                "hbo\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/disneyplus.com\/*"
            ],
            "all_frames": true,
            "js": [
                "disneyplus\/cs.js"
            ],
            "css": [
                "disneyplus\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "netflix\/rs.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        },
        {
            "resources": [
                "primevideo\/rs.js"
            ],
            "matches": [
                "https:\/\/www.primevideo.com\/*"
            ]
        },
        {
            "resources": [
                "tubi\/rs.js"
            ],
            "matches": [
                "https:\/\/tubitv.com\/*"
            ]
        },
        {
            "resources": [
                "tsn\/rs.js"
            ],
            "matches": [
                "https:\/\/www.tsn.ca\/*"
            ]
        },
        {
            "resources": [
                "espn\/rs.js"
            ],
            "matches": [
                "https:\/\/www.espn.com\/*"
            ]
        },
        {
            "resources": [
                "hbo\/rs.js"
            ],
            "matches": [
                "https:\/\/play.hbomax.com\/*"
            ]
        },
        {
            "resources": [
                "disneyplus\/rs.js"
            ],
            "matches": [
                "https:\/\/disneyplus.com\/*"
            ]
        },
        {
            "resources": [
                "crunchyroll\/rs.js"
            ],
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "common",
                "enabled": true,
                "path": "netRule.json"
            }
        ]
    },
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}