Doge My Site
Add 'MUCH WOW' to any page on the web.
Apa itu Doge My Site?
Doge My Site adalah ekstensi Chrome yang dikembangkan oleh https://michaelsolati.com, dan fitur utamanya adalah "Add 'MUCH WOW' to any page on the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Doge My Site
Unduh file ekstensi Doge My Site 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
Add 'MUCH WOW' to any page on the web. Added ability to change text on website to dogetalk. If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site
Informasi Dasar Ekstensi
Nama | Doge My Site |
ID | ghefodhmgeofnfpbmjlkglokpgomcodc |
URL Resmi | https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc |
Deskripsi | Add 'MUCH WOW' to any page on the web. |
Ukuran File | 699 KB |
Jumlah Instalasi | 4,324 |
Versi Saat Ini | 0.10.0 |
Terakhir Diperbarui | 2018-11-10 |
Tanggal Publikasi | 2018-11-09 |
Penilaian | 4.17/5 Total 35 Penilaian |
Pengembang | https://michaelsolati.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://michaelsolati.com/code |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doge My Site", "version": "0.10.0", "description": "Add 'MUCH WOW' to any page on the web.", "browser_action": { "default_title": "SUCH WOW", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "index.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "128": "icon.png" } } |