YouTube™ Video AdBlocker Extension

Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.

YouTube™ Video AdBlocker Extension क्या है?

YouTube™ Video AdBlocker Extension The Creative Joys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube™ Video AdBlocker Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        * Removes YouTube™ video and text ads. 
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.                    

एक्सटेंशन की मूल जानकारी

नाम YouTube™ Video AdBlocker Extension YouTube™ Video AdBlocker Extension
ID nomigebahjadndedfgpmnkbaekgjkipi
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi
विवरण Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
फ़ाइल का आकार 22.71 KB
स्थापना संख्या 110
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-01-08
प्रकाशन तिथि 2020-07-05
डेवलपर The Creative Joys
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Video AdBlocker Extension",
    "short_name": "Ad Blocker",
    "version": "1.0",
    "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.",
    "manifest_version": 2,
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "adBlockerBg.js"
        ]
    },
    "page_action": {
        "default_title": "YouTube\u2122 Video AdBlocker",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "adBlockerYt.js"
            ],
            "run_at": "document_end"
        }
    ]
}