Youtube Manual AD Remover

Manually remove the youtube ads by pressing the ESC key (or Shift + E).

Youtube Manual AD Remover क्या है?

Youtube Manual AD Remover mountaindull द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manually remove the youtube ads by pressing the ESC key (or Shift + E)."।

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

screenshot
screenshot

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

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

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

                        This extension allows you to remove Youtube ads by pressing ESC or Shift + E when playing Youtube videos.
You can remove ads with one click without moving the cursor.
Only Shift + E is valid at full screen.

You cannot use skip shortcut if keyboard shortcut allocation are conflicted.
Please be careful when use with another youtube extensions.                    

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

नाम Youtube Manual AD Remover Youtube Manual AD Remover
ID jfbjbbfpbogjffpkcfmchfgamgioniea
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea
विवरण Manually remove the youtube ads by pressing the ESC key (or Shift + E).
फ़ाइल का आकार 11.32 KB
स्थापना संख्या 375
वर्तमान संस्करण 1.3.4
अंतिम अपडेट 2024-01-12
प्रकाशन तिथि 2022-01-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर mountaindull
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Keinsleif/youtube-manual-ad-remover
सहायता पृष्ठ URL https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.3.4",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "ad-killer.js"
            ]
        }
    ]
}