SkyDome
Replaces 'Rogers Centre' with the true name SkyDome.
Apa itu SkyDome?
SkyDome adalah ekstensi Chrome yang dikembangkan oleh http://twitter.com/travisjeffery, dan fitur utamanya adalah "Replaces 'Rogers Centre' with the true name SkyDome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SkyDome
Unduh file ekstensi SkyDome 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
If you love Toronto you'll want to install this extension.
Informasi Dasar Ekstensi
Nama | SkyDome |
ID | imnpmjcignfgklkmmmmogecilmikomhf |
URL Resmi | https://chromewebstore.google.com/detail/skydome/imnpmjcignfgklkmmmmogecilmikomhf |
Deskripsi | Replaces 'Rogers Centre' with the true name SkyDome. |
Ukuran File | 13.88 KB |
Jumlah Instalasi | 95 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2019-03-29 |
Tanggal Publikasi | 2019-03-29 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | http://twitter.com/travisjeffery |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SkyDome", "description": "Replaces 'Rogers Centre' with the true name SkyDome.", "version": "0.1", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |