Times Colonist Subscription Remover

Removes the subscription pop-up from the Times Colonist website.

Co to jest Times Colonist Subscription Remover?

Times Colonist Subscription Remover to rozszerzenie Chrome opracowane przez Justin Kolberg, a jego główną funkcją jest „Removes the subscription pop-up from the Times Colonist website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Times Colonist Subscription Remover

Pobierz pliki rozszerzeń Times Colonist Subscription 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 the subscription pop-up from the Times Colonist website.

Source code at http://github.com/amdprophet/times-colonist-subscription-remover/                    

Podstawowe informacje o rozszerzeniu

Nazwa Times Colonist Subscription Remover Times Colonist Subscription Remover
ID hpeejnjgokkebabmjhbednpmogijfkcj
Oficjalny URL https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj
Opis Removes the subscription pop-up from the Times Colonist website.
Rozmiar pliku 52.94 KB
Liczba instalacji 45
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-10-29
Data Publikacji 2019-10-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Justin Kolberg
Typ Płatności free
Strona Rozszerzenia http://github.com/amdprophet/times-colonist-subscription-remover
Adres URL Strony Pomocy http://github.com/amdprophet/times-colonist-subscription-remover/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Times Colonist Subscription Remover",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Removes the subscription pop-up from the Times Colonist website.",
    "homepage_url": "http:\/\/github.com\/amdprophet\/times-colonist-subscription-remover",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.timescolonist.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "main.js"
            ],
            "all_frames": true
        }
    ]
}