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是由Komin Antony開發的Chrome擴展程式,該擴展的主要功能是“Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads.”。

擴展截圖

screenshot
screenshot

下載Bearable Youtube Ads擴展crx文件

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