Mangafox Beautify
Use js to accelerate and beautify MangaFox
Co to jest Mangafox Beautify?
Mangafox Beautify to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Use js to accelerate and beautify MangaFox”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mangafox Beautify
Pobierz pliki rozszerzeń Mangafox Beautify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
- 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!)
Podstawowe informacje o rozszerzeniu
Nazwa | Mangafox Beautify |
ID | hhnoogpphmnkhhiecjaojfflhhlgipmh |
Oficjalny URL | https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh |
Opis | Use js to accelerate and beautify MangaFox |
Rozmiar pliku | 5.05 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 0.7 |
Ostatnia Aktualizacja | 2014-06-06 |
Data Publikacji | 2014-06-05 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |