freeSMH
Navigate SMH articles without being interrupted by the digital subscription pop-up
freeSMH क्या है?
freeSMH prods3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate SMH articles without being interrupted by the digital subscription pop-up"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में freeSMH एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Remove the digital subscription pop-up from SMH pages automatically. This is a non-invasive front-end extension that simply removes the pop-up and lets you browse the content behind it. It doesn't involve the access or manipulation of your browser's cookies. If you find it useful, please share it with your friends.
एक्सटेंशन की मूल जानकारी
नाम | freeSMH |
ID | nkoljkmfpmcpijiiipndogpadgimgkcm |
आधिकारिक URL | https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm |
विवरण | Navigate SMH articles without being interrupted by the digital subscription pop-up |
फ़ाइल का आकार | 2.91 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2013-07-23 |
प्रकाशन तिथि | 2013-07-23 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | prods3 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "freeSMH", "version": "1.1.0", "manifest_version": 2, "description": "Navigate SMH articles without being interrupted by the digital subscription pop-up", "content_scripts": [ { "matches": [ "*:\/\/*.smh.com.au\/*" ], "js": [ "freeSMH.js" ], "run_at": "document_start" } ] } |