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 } ] } |