Bearable Youtube Ads

Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads.

Bearable Youtube Adsคืออะไร?

Bearable Youtube Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Komin Antony และคุณลักษณะหลักของมันคือ "Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads."

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

screenshot
screenshot

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

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

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

                        The extension skips any skippable pre-roll video ads that appear within YouTube. Also helps you auto-close any banner ads that appear at the bottom of the video. The aim of this extension is to not hurt content creators (atleast the ones using CPM) while still not annoying users with constant bombardment of ads on the video.

Any ads that appear anywhere else on the page will not be removed by this extension.                    

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

ชื่อ Bearable Youtube Ads Bearable Youtube Ads
ID lfipafeehckhplbphaeodnhhanagbcke
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bearable-youtube-ads/lfipafeehckhplbphaeodnhhanagbcke
คำอธิบาย Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads.
ขนาดไฟล์ 38.66 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2018-12-15
วันที่เผยแพร่ 2018-12-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Komin Antony
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bearable Youtube Ads",
    "description": "Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads.",
    "version": "0.1.3",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/js\/jquery-3.3.1.min.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Bearable Youtube Ads",
        "default_icon": "\/logo\/128.png"
    },
    "icons": {
        "16": "\/logo\/16.png",
        "48": "\/logo\/48.png",
        "128": "\/logo\/128.png"
    },
    "manifest_version": 2
}