SMH to ABC
Force yourself to read the ABC; not SMH.
Cos'è SMH to ABC?
SMH to ABC è un'estensione di Chrome sviluppata da Sam Thorogood, e la sua funzione principale è "Force yourself to read the ABC; not SMH.".
Scarica il file CRX dell'estensione SMH to ABC
Scarica i file di estensione SMH to ABC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Help get over that muscle memory! If you head to smh.com.au, we'll redirect you right over to abc.net.au/news.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | gnoninlbgacbphdbhgbmoakfjpgdnkkh |
URL Ufficiale | https://chrome.google.com/webstore/detail/smh-to-abc/gnoninlbgacbphdbhgbmoakfjpgdnkkh |
Descrizione | Force yourself to read the ABC; not SMH. |
Dimensione del File | 2.92 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-07-22 |
Data di Pubblicazione | 2013-07-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Sam Thorogood |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |