Times Colonist Subscription Remover
Removes the subscription pop-up from the Times Colonist website.
Times Colonist Subscription Remover क्या है?
Times Colonist Subscription Remover Justin Kolberg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the subscription pop-up from the Times Colonist website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Times Colonist Subscription Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |