Haikyuu!! Wallpapers New Tab
Haikyuu Wallpaper New Tab - Install and get a better looking chrome with Haikyuu!! theme extension
Hvad er Haikyuu!! Wallpapers New Tab?
Haikyuu!! Wallpapers New Tab er en Chrome-udvidelse udviklet af https://gameograf.com, og dens hovedfunktion er " Haikyuu Wallpaper New Tab - Install and get a better looking chrome with Haikyuu!! theme extension".
Udvidelsesskærmbilleder
Download Haikyuu!! Wallpapers New Tab-udvidelses-CRX-fil
Download Haikyuu!! Wallpapers New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Install the Chrome extension specially designed for Haikyuu fans. Greet you with a new Haikyuu wallpaper every time you open a new tab. If you wish, you can fix the wallpaper you like. Enjoy Haikyuu New Tab for Google Chrome. After installing the Haikyuu Chrome extension, you will now have a special design *General Settings *Search Engine *Languages *Customize Background Settings *Popular Google Apps *Clock *Countdown *Popular Games
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | laphgknfngdmhmofpepikkdplogblbio |
Officiel URL | https://chrome.google.com/webstore/detail/haikyuu-wallpapers-new-ta/laphgknfngdmhmofpepikkdplogblbio |
Beskrivelse | Haikyuu Wallpaper New Tab - Install and get a better looking chrome with Haikyuu!! theme extension |
Filstørrelse | 12.97 MB |
Antal Installationer | 112 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-02-21 |
Udgivelsesdato | 2023-02-21 |
Udvikler | https://gameograf.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://gameograf.com/privacy-policy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "name": "__MSG_appName__", "default_locale": "en", "description": "__MSG_appDesc__", "action": { "default_icon": "icon.png" }, "offline_enabled": true, "background": { "service_worker": "js\/service-worker.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [], "icons": { "128": "icon.png" }, "author": "Editor" } |