freeSMH
Navigate SMH articles without being interrupted by the digital subscription pop-up
What is freeSMH?
freeSMH is a Chrome extension developed by prods3, and its main feature is "Navigate SMH articles without being interrupted by the digital subscription pop-up".
Extension Screenshots
Download freeSMH Extension CRX File
Download freeSMH extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | freeSMH |
ID | nkoljkmfpmcpijiiipndogpadgimgkcm |
Official URL | https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm |
Description | Navigate SMH articles without being interrupted by the digital subscription pop-up |
File Size | 2.91 KB |
Installation Count | 23 |
Current Version | 1.1.0 |
Last Updated | 2013-07-23 |
Publish Date | 2013-07-23 |
Rating | 5.00/5 Total 6 Ratings |
Developer | prods3 |
Payment Type | free |
Supported Languages | 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" } ] } |