Mangafox Beautify
Use js to accelerate and beautify MangaFox
Was ist Mangafox Beautify?
Mangafox Beautify ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Use js to accelerate and beautify MangaFox".
Erweiterungsscreenshots
Mangafox Beautify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mangafox Beautify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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!) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hhnoogpphmnkhhiecjaojfflhhlgipmh |
| Offizielle URL | https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh |
| Beschreibung | Use js to accelerate and beautify MangaFox |
| Dateigröße | 5.05 KB |
| Installationsanzahl | 14 |
| Aktuelle Version | 0.7 |
| Letztes Update | 2014-06-06 |
| Veröffentlichungsdatum | 2014-06-05 |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |