Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Times Colonist Subscription Remover là gì?
Times Colonist Subscription Remover là một tiện ích mở rộng Chrome được phát triển bởi Justin Kolberg, và tính năng chính của nó là "Removes the subscription pop-up from the Times Colonist website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Times Colonist Subscription Remover
Tải xuống các tệp mở rộng Times Colonist Subscription Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Removes the subscription pop-up from the Times Colonist website. Source code at http://github.com/amdprophet/times-colonist-subscription-remover/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Times Colonist Subscription Remover |
ID | hpeejnjgokkebabmjhbednpmogijfkcj |
URL Chính Thức | https://chromewebstore.google.com/detail/times-colonist-subscripti/hpeejnjgokkebabmjhbednpmogijfkcj |
Mô tả | Removes the subscription pop-up from the Times Colonist website. |
Kích Thước Tệp | 52.94 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-10-29 |
Ngày Phát Hành | 2019-10-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Justin Kolberg |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.com/amdprophet/times-colonist-subscription-remover |
URL Trang Trợ Giúp | http://github.com/amdprophet/times-colonist-subscription-remover/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |