Picarto Link Warning Redirect

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

Co to jest Picarto Link Warning Redirect?

Picarto Link Warning Redirect to rozszerzenie Chrome opracowane przez Silari, a jego główną funkcją jest „Skip the warning page from picarto.tv when clicking links in chat”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Picarto Link Warning Redirect

Pobierz pliki rozszerzeń Picarto Link Warning Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Picarto Link Warning Redirect Picarto Link Warning Redirect
ID iolbllbmkpecgjmdhflgnmhdijgjfhbh
Oficjalny URL https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh
Opis Skip the warning page from picarto.tv when clicking links in chat
Rozmiar pliku 6.65 KB
Liczba instalacji 96
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-04-10
Data Publikacji 2019-01-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Silari
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}