Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Wat is Times Colonist Subscription Remover?
Times Colonist Subscription Remover is een Chrome-extensie ontwikkeld door Justin Kolberg, en de belangrijkste functie is "Removes the subscription pop-up from the Times Colonist website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Times Colonist Subscription Remover
Download Times Colonist Subscription Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Removes the subscription pop-up from the Times Colonist website. Source code at http://github.com/amdprophet/times-colonist-subscription-remover/
Basisinformatie over de Extensie
Naam | Times Colonist Subscription Remover |
ID | hpeejnjgokkebabmjhbednpmogijfkcj |
Officiële URL | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj |
Beschrijving | Removes the subscription pop-up from the Times Colonist website. |
Bestandsgrootte | 52.94 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-10-29 |
Publicatiedatum | 2019-10-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Justin Kolberg |
Betalingswijze | free |
Extensiewebsite | http://github.com/amdprophet/times-colonist-subscription-remover |
Help Pagina-URL | http://github.com/amdprophet/times-colonist-subscription-remover/issues |
Ondersteunde Talen | 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 } ] } |