Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
What is Times Colonist Subscription Remover?
Times Colonist Subscription Remover is a Chrome extension developed by Justin Kolberg, and its main feature is "Removes the subscription pop-up from the Times Colonist website.".
Extension Screenshots
Download Times Colonist Subscription Remover Extension CRX File
Download Times Colonist Subscription Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Removes the subscription pop-up from the Times Colonist website. Source code at http://github.com/amdprophet/times-colonist-subscription-remover/
Extension Basic Information
Name | Times Colonist Subscription Remover |
ID | hpeejnjgokkebabmjhbednpmogijfkcj |
Official URL | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj |
Description | Removes the subscription pop-up from the Times Colonist website. |
File Size | 52.94 KB |
Installation Count | 45 |
Current Version | 1.2 |
Last Updated | 2019-10-29 |
Publish Date | 2019-10-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Justin Kolberg |
Payment Type | free |
Extension Website | http://github.com/amdprophet/times-colonist-subscription-remover |
Help Page URL | http://github.com/amdprophet/times-colonist-subscription-remover/issues |
Supported Languages | 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 } ] } |