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"입니다.

확장 프로그램 스크린샷

screenshot

Picarto Link Warning Redirect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
    ]
}