Magic 8 Ball
This extension lets you make decisions on the fly with the help of a magic 8 ball!!!
Apa itu Magic 8 Ball?
Magic 8 Ball adalah ekstensi Chrome yang dikembangkan oleh steveurkel99, dan fitur utamanya adalah "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Magic 8 Ball
Unduh file ekstensi Magic 8 Ball 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
Informasi Dasar Ekstensi
| Nama | |
| ID | iiimmlpodmdnekgbagaoapadcajjgibb |
| URL Resmi | https://chromewebstore.google.com/detail/magic-8-ball/iiimmlpodmdnekgbagaoapadcajjgibb |
| Deskripsi | This extension lets you make decisions on the fly with the help of a magic 8 ball!!! |
| Ukuran File | 12.56 KB |
| Jumlah Instalasi | 400 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2017-06-04 |
| Tanggal Publikasi | 2017-06-03 |
| Penilaian | 4.25/5 Total 4 Penilaian |
| Pengembang | steveurkel99 |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Magic 8 Ball",
"description": "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!",
"version": "1.0",
"browser_action": {
"default_icon": "8BallIcon.png",
"default_popup": "8BallPopup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |