Picarto Link Warning Redirect

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

What is Picarto Link Warning Redirect?

Picarto Link Warning Redirect is a Chrome extension developed by Silari, and its main feature is "Skip the warning page from picarto.tv when clicking links in chat".

Extension Screenshots

screenshot

Download Picarto Link Warning Redirect Extension CRX File

Download Picarto Link Warning Redirect 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

                        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.                    

Extension Basic Information

Name Picarto Link Warning Redirect Picarto Link Warning Redirect
ID iolbllbmkpecgjmdhflgnmhdijgjfhbh
Official URL https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh
Description Skip the warning page from picarto.tv when clicking links in chat
File Size 6.65 KB
Installation Count 96
Current Version 1.0.1
Last Updated 2021-04-10
Publish Date 2019-01-13
Rating 5.00/5 Total 1 Ratings
Developer Silari
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}