Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Hvad er Times Colonist Subscription Remover?
Times Colonist Subscription Remover er en Chrome-udvidelse udviklet af Justin Kolberg, og dens hovedfunktion er "Removes the subscription pop-up from the Times Colonist website.".
Udvidelsesskærmbilleder
Download Times Colonist Subscription Remover-udvidelses-CRX-fil
Download Times Colonist Subscription Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Removes the subscription pop-up from the Times Colonist website.
Source code at http://github.com/amdprophet/times-colonist-subscription-remover/                     Grundlæggende oplysninger om udvidelsen
| Navn |  | 
| ID | hpeejnjgokkebabmjhbednpmogijfkcj | 
| Officiel URL | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj | 
| Beskrivelse | Removes the subscription pop-up from the Times Colonist website. | 
| Filstørrelse | 52.94 KB | 
| Antal Installationer | 45 | 
| Nuværende Version | 1.2 | 
| Senest Opdateret | 2019-10-29 | 
| Udgivelsesdato | 2019-10-28 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | Justin Kolberg | 
| Betalingsmetode | free | 
| Udvidelseswebsted | http://github.com/amdprophet/times-colonist-subscription-remover | 
| Hjælpeside-URL | http://github.com/amdprophet/times-colonist-subscription-remover/issues | 
| Understøttede Sprog | 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
        }
    ]
} | |