Purple Ads Blocker

An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation

Purple Ads Blocker란 무엇입니까?

Purple Ads Blocker은(는) Purple Block에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Purple Ads Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Purple AdBlock is a video ad-blocker for Twitch.tv. The extension uses an external proxy in an ad-free country, only video requests are sent through this proxy to retrieve an ad-free, full quality stream.

The extension does not collect or store your personal information and is opensource.

If you would like to contribute your own proxy or help us with the extension upkeep, please visit my Github https://github.com/arthurbolsoni

it might not work in some countries
ATTENTION: Does not work with Alternate Player for Twitch.
ATTENTION: The author of this extension accepts no responsibility for the use of the extension. The use of the extension is the total responsibility of the user.                    

확장 프로그램 기본 정보

이름 Purple Ads Blocker Purple Ads Blocker
ID lkgcfobnmghhbhgekffaadadhmeoindg
공식 URL https://chromewebstore.google.com/detail/purple-ads-blocker/lkgcfobnmghhbhgekffaadadhmeoindg
설명 An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation
파일 크기 21.07 KB
설치 횟수 97,216
현재 버전 2.6.4
최근 업데이트 2024-02-03
출시 날짜 2021-04-14
평점 3.20/5 총 214 개의 평점
개발자 Purple Block
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/arthurbolsoni
도움말 페이지 URL https://discord.gg/fJrEv2ect9
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Purple Ads Blocker, for Twitch",
        "default_icon": {
            "128": "images\/logov2-128.png"
        },
        "default_popup": "common\/html\/popup.html"
    },
    "author": "kingarthur",
    "icons": {
        "128": "images\/logov2-128.png"
    },
    "name": "Purple Ads Blocker",
    "description": "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "2.6.4"
}