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 |
官方網址 | 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\/*" ] } |