Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Что такое Times Colonist Subscription Remover?
Times Colonist Subscription Remover - это расширение Chrome, разработанное Justin Kolberg, и его основная функция - "Removes the subscription pop-up from the Times Colonist website.".
Снимки экрана расширения
Скачать файл CRX расширения Times Colonist Subscription Remover
Скачайте файлы расширений Times Colonist Subscription Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Removes the subscription pop-up from the Times Colonist website. Source code at http://github.com/amdprophet/times-colonist-subscription-remover/
Основная информация о расширении
Название | Times Colonist Subscription Remover |
ID | hpeejnjgokkebabmjhbednpmogijfkcj |
Официальный URL | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj |
Описание | Removes the subscription pop-up from the Times Colonist website. |
Размер файла | 52.94 KB |
Количество установок | 45 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-10-29 |
Дата публикации | 2019-10-28 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Justin Kolberg |
Тип оплаты | free |
Официальный сайт расширения | http://github.com/amdprophet/times-colonist-subscription-remover |
URL страницы помощи | http://github.com/amdprophet/times-colonist-subscription-remover/issues |
Поддерживаемые языки | 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 } ] } |