SMH to ABC
Force yourself to read the ABC; not SMH.
Apa itu SMH to ABC?
SMH to ABC adalah ekstensi Chrome yang dikembangkan oleh Sam Thorogood, dan fitur utamanya adalah "Force yourself to read the ABC; not SMH.".
Unduh Berkas CRX Ekstensi SMH to ABC
Unduh file ekstensi SMH to ABC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Help get over that muscle memory! If you head to smh.com.au, we'll redirect you right over to abc.net.au/news.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | gnoninlbgacbphdbhgbmoakfjpgdnkkh |
URL Resmi | https://chrome.google.com/webstore/detail/smh-to-abc/gnoninlbgacbphdbhgbmoakfjpgdnkkh |
Deskripsi | Force yourself to read the ABC; not SMH. |
Ukuran File | 2.92 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-07-22 |
Tanggal Publikasi | 2013-07-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Sam Thorogood |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |