Picarto Link Warning Redirect
Skip the warning page from picarto.tv when clicking links in chat
O que é Picarto Link Warning Redirect?
Picarto Link Warning Redirect é uma extensão do Chrome desenvolvida por Silari, e sua principal característica é "Skip the warning page from picarto.tv when clicking links in chat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Picarto Link Warning Redirect
Baixe arquivos de extensão Picarto Link Warning Redirect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Picarto Link Warning Redirect |
ID | iolbllbmkpecgjmdhflgnmhdijgjfhbh |
URL Oficial | https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh |
Descrição | Skip the warning page from picarto.tv when clicking links in chat |
Tamanho do Arquivo | 6.65 KB |
Contagem de Instalações | 96 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-04-10 |
Data de Publicação | 2019-01-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Silari |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |