Popup Remover

Remove Annoying Pop-up When You Click the Icon

Wat is Popup Remover?

Popup Remover is een Chrome-extensie ontwikkeld door FredyK200, en de belangrijkste functie is "Remove Annoying Pop-up When You Click the Icon".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Popup Remover

Download Popup Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Removes Pop-Ups from News Sites telling you to subscribe, Social Media sites telling you to log in, and any other annoying popup that fills the web page and blocks scrolling.                    

Basisinformatie over de Extensie

Naam Popup Remover Popup Remover
ID cgfeodejlolofnlcmpfgplpjinnifmpp
Officiële URL https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp
Beschrijving Remove Annoying Pop-up When You Click the Icon
Bestandsgrootte 16.65 KB
Aantal Installaties 314
Huidige Versie 1.01
Laatst Bijgewerkt 2021-05-19
Publicatiedatum 2021-05-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar FredyK200
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.buymeacoffee.com/FredyK200
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup Remover",
    "manifest_version": 3,
    "version": "1.01",
    "description": "Remove Annoying Pop-up When You Click the Icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}