SMH to ABC
Force yourself to read the ABC; not SMH.
Qu'est-ce que SMH to ABC ?
SMH to ABC est une extension Chrome développée par Sam Thorogood, et sa fonction principale est "Force yourself to read the ABC; not SMH.".
Télécharger le fichier CRX de l'extension SMH to ABC
Téléchargez les fichiers d'extension SMH to ABC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Help get over that muscle memory! If you head to smh.com.au, we'll redirect you right over to abc.net.au/news.
Informations de Base sur l'Extension
Nom | ![]() |
ID | gnoninlbgacbphdbhgbmoakfjpgdnkkh |
URL Officiel | https://chrome.google.com/webstore/detail/smh-to-abc/gnoninlbgacbphdbhgbmoakfjpgdnkkh |
Description | Force yourself to read the ABC; not SMH. |
Taille du Fichier | 2.92 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-07-22 |
Date de Publication | 2013-07-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Sam Thorogood |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |