Adblocker for YouTube - Ultimate

Ultimate AdBlocker for YouTube for ads free youtube experience

Adblocker for YouTube - Ultimateคืออะไร?

Adblocker for YouTube - Ultimate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aiassistantextension และคุณลักษณะหลักของมันคือ "Ultimate AdBlocker for YouTube for ads free youtube experience"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker for YouTube - Ultimate

ดาวน์โหลดไฟล์ส่วนขยาย Adblocker for YouTube - Ultimate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adblocker for YouTube - Ultimate is an innovative browser extension designed to eliminate ads on YouTube and provide an uninterrupted viewing experience. It has advanced algorithms that block all ads, including those embedded in the video itself, and can speed up video playback, reducing buffering time. It offers customization options for users to tailor their ad-blocking preferences and enhanced privacy features that block tracking cookies and online trackers. The product is compatible with all major browsers and devices, making it ideal for those who want to block ads on-the-go. Download Adblocker for YouTube - Ultimate today and take control of your online experience. Blocks ads on Youtube, hotstar, jio cinema, etc.

Checkout at privacy policy at https://ytultimate.com/privacy-policy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Adblocker for YouTube - Ultimate Adblocker for YouTube - Ultimate
ID pmdojcimafiidnflodbinjhpfflfneic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblocker-for-youtube-ult/pmdojcimafiidnflodbinjhpfflfneic
คำอธิบาย Ultimate AdBlocker for YouTube for ads free youtube experience
ขนาดไฟล์ 53.94 KB
จำนวนการติดตั้ง 20,284
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2024-01-15
วันที่เผยแพร่ 2023-04-05
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา aiassistantextension
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ytultimate.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker for YouTube - Ultimate",
    "version": "2.2",
    "description": "Ultimate AdBlocker for YouTube for ads free youtube experience",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "commonrules",
                "enabled": true,
                "path": "commonrules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "webRequest"
    ],
    "icons": {
        "128": "ytultimate.png"
    },
    "action": {
        "default_icon": "yt.png",
        "default_title": "Adblocker for YouTube - Ultimate"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}