Picarto Link Warning Redirect

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

Wat is Picarto Link Warning Redirect?

Picarto Link Warning Redirect is een Chrome-extensie ontwikkeld door Silari, en de belangrijkste functie is "Skip the warning page from picarto.tv when clicking links in chat".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Picarto Link Warning Redirect

Download Picarto Link Warning Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Picarto Link Warning Redirect Picarto Link Warning Redirect
ID iolbllbmkpecgjmdhflgnmhdijgjfhbh
Officiële URL https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh
Beschrijving Skip the warning page from picarto.tv when clicking links in chat
Bestandsgrootte 6.65 KB
Aantal Installaties 96
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-04-10
Publicatiedatum 2019-01-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Silari
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}