SMH to ABC

Force yourself to read the ABC; not SMH.

Was ist SMH to ABC?

SMH to ABC ist eine Chrome-Erweiterung, die von Sam Thorogood entwickelt wurde, und ihr Hauptmerkmal ist "Force yourself to read the ABC; not SMH.".

SMH to ABC-Erweiterungs-CRX-Datei herunterladen

Laden Sie SMH to ABC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SMH to ABC SMH to ABC
ID gnoninlbgacbphdbhgbmoakfjpgdnkkh
Offizielle URL https://chrome.google.com/webstore/detail/smh-to-abc/gnoninlbgacbphdbhgbmoakfjpgdnkkh
Beschreibung Force yourself to read the ABC; not SMH.
Dateigröße 2.92 KB
Installationsanzahl 16
Aktuelle Version 1.0
Letztes Update 2013-07-22
Veröffentlichungsdatum 2013-07-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Sam Thorogood
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}