Popup Remover

Remove Annoying Pop-up When You Click the Icon

Qu'est-ce que Popup Remover ?

Popup Remover est une extension Chrome développée par FredyK200, et sa fonction principale est "Remove Annoying Pop-up When You Click the Icon".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Popup Remover

Téléchargez les fichiers d'extension Popup Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Popup Remover Popup Remover
ID cgfeodejlolofnlcmpfgplpjinnifmpp
URL Officiel https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp
Description Remove Annoying Pop-up When You Click the Icon
Taille du Fichier 16.65 KB
Nombre d'Installations 314
Version Actuelle 1.01
Dernière Mise à Jour 2021-05-19
Date de Publication 2021-05-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur FredyK200
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.buymeacoffee.com/FredyK200
Langues Prises en Charge 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"
    }
}