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文件

下載Purple Ads Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}