Purple Ads Blocker

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

Purple Ads Blockerคืออะไร?

Purple Ads Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Purple Block และคุณลักษณะหลักของมันคือ "An adblocker for the Twitch.tv using server side signature and local m3u8 manipulation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Purple Ads Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}