Picarto Link Warning Redirect
Skip the warning page from picarto.tv when clicking links in chat
什么是Picarto Link Warning Redirect?
Picarto Link Warning Redirect是由Silari开发的Chrome扩展程序,该扩展的主要功能是“Skip the warning page from picarto.tv when clicking links in chat”。
扩展截图
下载Picarto Link Warning Redirect扩展crx文件
下载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 |
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\/*" ] } |