Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Was ist Times Colonist Subscription Remover?
Times Colonist Subscription Remover ist eine Chrome-Erweiterung, die von Justin Kolberg entwickelt wurde, und ihr Hauptmerkmal ist "Removes the subscription pop-up from the Times Colonist website.".
Erweiterungsscreenshots
Times Colonist Subscription Remover-Erweiterungs-CRX-Datei herunterladen
Laden Sie Times Colonist Subscription Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Removes the subscription pop-up from the Times Colonist website.
Source code at http://github.com/amdprophet/times-colonist-subscription-remover/                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | hpeejnjgokkebabmjhbednpmogijfkcj | 
| Offizielle URL | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj | 
| Beschreibung | Removes the subscription pop-up from the Times Colonist website. | 
| Dateigröße | 52.94 KB | 
| Installationsanzahl | 45 | 
| Aktuelle Version | 1.2 | 
| Letztes Update | 2019-10-29 | 
| Veröffentlichungsdatum | 2019-10-28 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | Justin Kolberg | 
| Zahlungsart | free | 
| Erweiterungswebsite | http://github.com/amdprophet/times-colonist-subscription-remover | 
| Hilfeseite URL | http://github.com/amdprophet/times-colonist-subscription-remover/issues | 
| Unterstützte Sprachen | 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
        }
    ]
} | |