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 |
Eメール | [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\/*" ] } |