SMH to ABC
Force yourself to read the ABC; not SMH.
What is SMH to ABC?
SMH to ABC is a Chrome extension developed by Sam Thorogood, and its main feature is "Force yourself to read the ABC; not SMH.".
Download SMH to ABC Extension CRX File
Download SMH to ABC 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
Help get over that muscle memory! If you head to smh.com.au, we'll redirect you right over to abc.net.au/news.
Extension Basic Information
Name | ![]() |
ID | gnoninlbgacbphdbhgbmoakfjpgdnkkh |
Official URL | https://chrome.google.com/webstore/detail/smh-to-abc/gnoninlbgacbphdbhgbmoakfjpgdnkkh |
Description | Force yourself to read the ABC; not SMH. |
File Size | 2.92 KB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2013-07-22 |
Publish Date | 2013-07-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Sam Thorogood |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SMH to ABC", "description": "Force yourself to read the ABC; not SMH.", "version": "1.0", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.smh.com.au\/" ], "background": { "scripts": [ "background.js" ] } } |