Picarto Link Warning Redirect
Skip the warning page from picarto.tv when clicking links in chat
Cos'è Picarto Link Warning Redirect?
Picarto Link Warning Redirect è un'estensione di Chrome sviluppata da Silari, e la sua funzione principale è "Skip the warning page from picarto.tv when clicking links in chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Picarto Link Warning Redirect
Scarica i file di estensione Picarto Link Warning Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Picarto Link Warning Redirect |
ID | iolbllbmkpecgjmdhflgnmhdijgjfhbh |
URL Ufficiale | https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh |
Descrizione | Skip the warning page from picarto.tv when clicking links in chat |
Dimensione del File | 6.65 KB |
Conteggio Installazioni | 96 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-04-10 |
Data di Pubblicazione | 2019-01-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Silari |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |