Youtube popup blocker

People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…

Hvad er Youtube popup blocker?

Youtube popup blocker er en Chrome-udvidelse udviklet af Dev Fasil, og dens hovedfunktion er "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".

Udvidelsesskærmbilleder

screenshot

Download Youtube popup blocker-udvidelses-CRX-fil

Download Youtube popup blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups.

It can be easily turned off again by clicking on the extention button in the top right.                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube popup blocker Youtube popup blocker
ID calcepdepicecadfaibokdeheekbihkc
Officiel URL https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc
Beskrivelse People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
Filstørrelse 6.86 KB
Antal Installationer 1,403
Nuværende Version 2.0
Senest Opdateret 2020-09-09
Udgivelsesdato 2020-08-31
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler Dev Fasil
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube popup blocker",
    "manifest_version": 2,
    "version": "2.0",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "rb_active_16.png",
        "128": "fyt_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}