Picarto Link Warning Redirect

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

Τι είναι το Picarto Link Warning Redirect;

Το Picarto Link Warning Redirect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Silari, και η κύρια λειτουργία του είναι "Skip the warning page from picarto.tv when clicking links in chat".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Picarto Link Warning Redirect

Λήψη αρχείων επέκτασης Picarto Link Warning Redirect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
    ]
}