Picarto Link Warning Redirect

Skip the warning page from picarto.tv when clicking links in chat

Picarto Link Warning Redirect क्या है?

Picarto Link Warning Redirect Silari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip the warning page from picarto.tv when clicking links in chat"।

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

screenshot

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

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

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

                        Automatically redirects any clicked links in a picarto.tv chat from the picarto outgoing link warning page to the original URL.

Update 1.0.1 adds www.picarto.tv URLs to the permissions due to picarto changing the URL of their warning page.                    

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

नाम Picarto Link Warning Redirect Picarto Link Warning Redirect
ID iolbllbmkpecgjmdhflgnmhdijgjfhbh
आधिकारिक URL https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh
विवरण Skip the warning page from picarto.tv when clicking links in chat
फ़ाइल का आकार 6.65 KB
स्थापना संख्या 96
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-04-10
प्रकाशन तिथि 2019-01-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Silari
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picarto Link Warning Redirect",
    "description": "Skip the warning page from picarto.tv when clicking links in chat",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/picarto.tv\/*",
        "*:\/\/www.picarto.tv\/*"
    ]
}