Youtube Manual AD Remover

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

Vad är Youtube Manual AD Remover?

Youtube Manual AD Remover är en Chrome-tillägg utvecklad av mountaindull, och dess huvudfunktion är "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Youtube Manual AD Remover-förlängningens CRX-fil

Ladda ner Youtube Manual AD Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Youtube Manual AD Remover Youtube Manual AD Remover
ID jfbjbbfpbogjffpkcfmchfgamgioniea
Officiell webbadress https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea
Beskrivning Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Filstorlek 11.32 KB
Antal Installationer 375
Aktuell Version 1.3.4
Senast Uppdaterad 2024-01-12
Publiceringsdatum 2022-01-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare mountaindull
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Keinsleif/youtube-manual-ad-remover
Hjälpsida URL https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform
Stödda Språk 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"
            ]
        }
    ]
}