Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Qu'est-ce que Times Colonist Subscription Remover ?
Times Colonist Subscription Remover est une extension Chrome développée par Justin Kolberg, et sa fonction principale est "Removes the subscription pop-up from the Times Colonist website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Times Colonist Subscription Remover
Téléchargez les fichiers d'extension Times Colonist Subscription Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Removes the subscription pop-up from the Times Colonist website. Source code at http://github.com/amdprophet/times-colonist-subscription-remover/
Informations de Base sur l'Extension
Nom | Times Colonist Subscription Remover |
ID | hpeejnjgokkebabmjhbednpmogijfkcj |
URL Officiel | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj |
Description | Removes the subscription pop-up from the Times Colonist website. |
Taille du Fichier | 52.94 KB |
Nombre d'Installations | 45 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-10-29 |
Date de Publication | 2019-10-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Justin Kolberg |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/amdprophet/times-colonist-subscription-remover |
URL de la Page d'Aide | http://github.com/amdprophet/times-colonist-subscription-remover/issues |
Langues Prises en Charge | 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 } ] } |