SMH to ABC

Force yourself to read the ABC; not SMH.

Wat is SMH to ABC?

SMH to ABC is een Chrome-extensie ontwikkeld door Sam Thorogood, en de belangrijkste functie is "Force yourself to read the ABC; not SMH.".

Download het CRX-bestand van de extensie SMH to ABC

Download SMH to ABC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Help get over that muscle memory! If you head to smh.com.au, we'll redirect you right over to abc.net.au/news.                    

Basisinformatie over de Extensie

Naam SMH to ABC SMH to ABC
ID gnoninlbgacbphdbhgbmoakfjpgdnkkh
Officiële URL https://chrome.google.com/webstore/detail/smh-to-abc/gnoninlbgacbphdbhgbmoakfjpgdnkkh
Beschrijving Force yourself to read the ABC; not SMH.
Bestandsgrootte 2.92 KB
Aantal Installaties 16
Huidige Versie 1.0
Laatst Bijgewerkt 2013-07-22
Publicatiedatum 2013-07-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Sam Thorogood
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}