Bearable Youtube Ads

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

What is Bearable Youtube Ads?

Bearable Youtube Ads is a Chrome extension developed by Komin Antony, and its main feature is "Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads.".

Extension Screenshots

screenshot
screenshot

Download Bearable Youtube Ads Extension CRX File

Download Bearable Youtube Ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bearable Youtube Ads Bearable Youtube Ads
ID lfipafeehckhplbphaeodnhhanagbcke
Official URL https://chrome.google.com/webstore/detail/bearable-youtube-ads/lfipafeehckhplbphaeodnhhanagbcke
Description Somewhat content creator friendly extension that helps you auto-skip skippable YouTube video ads and auto-close video banner ads.
File Size 38.66 KB
Installation Count 18
Current Version 0.1.3
Last Updated 2018-12-15
Publish Date 2018-12-15
Rating 5.00/5 Total 1 Ratings
Developer Komin Antony
Payment Type free
Supported Languages 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
}