Youtube Ads Killer

YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.

What is Youtube Ads Killer?

Youtube Ads Killer is a Chrome extension developed by Refixanimation, and its main feature is "YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.".

Extension Screenshots

screenshot

Download Youtube Ads Killer Extension CRX File

Download Youtube Ads Killer 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

                        YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.                    

Extension Basic Information

Name Youtube Ads Killer Youtube Ads Killer
ID kcacgelamniaacjfbmekoagkkmdjlfib
Official URL https://chromewebstore.google.com/detail/youtube-ads-killer/kcacgelamniaacjfbmekoagkkmdjlfib
Description YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.
File Size 17.89 KB
Installation Count 1,269
Current Version 1.0.0
Last Updated 2019-09-07
Publish Date 2019-09-06
Rating 4.33/5 Total 6 Ratings
Developer Refixanimation
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Ads Killer",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "menu.js"
        ]
    },
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_title": "Youtube Ads Killer",
        "default_popup": "popup.html"
    }
}