Image rotator
One of the less useful extensions out there.
Apa itu Image rotator?
Image rotator adalah ekstensi Chrome yang dikembangkan oleh FH, dan fitur utamanya adalah "One of the less useful extensions out there.".
Unduh Berkas CRX Ekstensi Image rotator
Unduh file ekstensi Image rotator 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
Does what the title says it does.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | amplighgcpifjbdglmkhhcafffaafpoc |
URL Resmi | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
Deskripsi | One of the less useful extensions out there. |
Ukuran File | 3.86 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-12-15 |
Tanggal Publikasi | 2013-12-15 |
Penilaian | 1.00/5 Total 3 Penilaian |
Pengembang | FH |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image rotator", "description": "One of the less useful extensions out there.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |