Mangafox Beautify
Use js to accelerate and beautify MangaFox
Apa itu Mangafox Beautify?
Mangafox Beautify adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Use js to accelerate and beautify MangaFox".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mangafox Beautify
Unduh file ekstensi Mangafox Beautify 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
- Press "F" to toggle gallery view / Normal View - Adds are removed - Previous and Next image are in cache - Automatic resize of the image to fit your screen - No page reload (image and url are changed in javascript for an INSTANTANEOUS visualisation!)
Informasi Dasar Ekstensi
Nama | Mangafox Beautify |
ID | hhnoogpphmnkhhiecjaojfflhhlgipmh |
URL Resmi | https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh |
Deskripsi | Use js to accelerate and beautify MangaFox |
Ukuran File | 5.05 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 0.7 |
Terakhir Diperbarui | 2014-06-06 |
Tanggal Publikasi | 2014-06-05 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mangafox Beautify", "description": "Use js to accelerate and beautify MangaFox", "version": "0.7", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.mangafox.me\/*", "*:\/\/mangafox.me\/*" ], "js": [ "setjsgallery.js" ] } ] } |