Popup Remover

Remove Annoying Pop-up When You Click the Icon

Co to jest Popup Remover?

Popup Remover to rozszerzenie Chrome opracowane przez FredyK200, a jego główną funkcją jest „Remove Annoying Pop-up When You Click the Icon”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Popup Remover

Pobierz pliki rozszerzeń Popup Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Popup Remover Popup Remover
ID cgfeodejlolofnlcmpfgplpjinnifmpp
Oficjalny URL https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp
Opis Remove Annoying Pop-up When You Click the Icon
Rozmiar pliku 16.65 KB
Liczba instalacji 314
Aktualna Wersja 1.01
Ostatnia Aktualizacja 2021-05-19
Data Publikacji 2021-05-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper FredyK200
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.buymeacoffee.com/FredyK200
Obsługiwane Języki 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"
    }
}