Picarto Link Warning Redirect

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

Apa itu Picarto Link Warning Redirect?

Picarto Link Warning Redirect adalah ekstensi Chrome yang dikembangkan oleh Silari, dan fitur utamanya adalah "Skip the warning page from picarto.tv when clicking links in chat".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Picarto Link Warning Redirect

Unduh file ekstensi Picarto Link Warning Redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Picarto Link Warning Redirect Picarto Link Warning Redirect
ID iolbllbmkpecgjmdhflgnmhdijgjfhbh
URL Resmi https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh
Deskripsi Skip the warning page from picarto.tv when clicking links in chat
Ukuran File 6.65 KB
Jumlah Instalasi 96
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-04-10
Tanggal Publikasi 2019-01-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Silari
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}