Piped Watch

Redirect YouTube videos to Piped and Invidious, an alternative frontends.

Piped Watch क्या है?

Piped Watch DEIV ASTRA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect YouTube videos to Piped and Invidious, an alternative frontends."।

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

screenshot
screenshot
screenshot

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

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

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

                        The extension automatically redirects to sites with lightweight responsive UI to increase speed and improve user convenience.                    

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

नाम Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
आधिकारिक URL https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
विवरण Redirect YouTube videos to Piped and Invidious, an alternative frontends.
फ़ाइल का आकार 35.68 KB
स्थापना संख्या 696
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2023-11-01
प्रकाशन तिथि 2022-11-16
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर DEIV ASTRA
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piped Watch",
    "version": "2.0.2",
    "description": "Redirect YouTube videos to Piped and Invidious, an alternative frontends.",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Piped Watch",
        "default_icon": "icon\/icon-32.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "author": "Deiv Astra"
}