Ad-Defender YouTube™ By Extra Thinkers

Play any YouTube™ Video without annoying Ads('Skip and Play').

Ad-Defender YouTube™ By Extra Thinkersคืออะไร?

Ad-Defender YouTube™ By Extra Thinkers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extra Thinkers และคุณลักษณะหลักของมันคือ "Play any YouTube™ Video without annoying Ads('Skip and Play')."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad-Defender YouTube™ By Extra Thinkers

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

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

                        Play any YouTube™ Video without annoying Ads. Use 'Ad-Defender YouTube™' and Forget about skip and Play.


Just click "Add to Chrome," then visit your favorite video and see the ads disappear!                    

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

ชื่อ Ad-Defender YouTube™ By Extra Thinkers Ad-Defender YouTube™ By Extra Thinkers
ID ajbjmhlnjikoggkjhkenkgabjpfdollh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ad-defender-youtube-by-ex/ajbjmhlnjikoggkjhkenkgabjpfdollh
คำอธิบาย Play any YouTube™ Video without annoying Ads('Skip and Play').
ขนาดไฟล์ 35.39 KB
จำนวนการติดตั้ง 913
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-12-16
วันที่เผยแพร่ 2018-12-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Extra Thinkers
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "data\/content_script\/inject.css"
            ],
            "js": [
                "data\/message_passing.js",
                "data\/content_script\/inject.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Play any YouTube\u2122 Video without annoying Ads('Skip and Play').",
    "homepage_url": "http:\/\/www.extrathinkers.com\/youtube-ad-defender.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Ad-Defender YouTube\u2122 By Extra Thinkers",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking"
    ],
    "short_name": "Ad-Defender YouTube\u2122",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "data\/content_script\/*"
    ]
}