Hayabusa Wallpaper
Hayabusa New Tab Wallpapers, created specifically for Hayabusa Lovers. Changes your tab with a Hayabusa New tab.
What is Hayabusa Wallpaper?
Hayabusa Wallpaper is a Chrome extension developed by Good Extension, and its main feature is "Hayabusa New Tab Wallpapers, created specifically for Hayabusa Lovers. Changes your tab with a Hayabusa New tab.".
Extension Screenshots
Download Hayabusa Wallpaper Extension CRX File
Download Hayabusa Wallpaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hayabusa New Tab Wallpapers, created specifically for Hayabusa Lovers. Changes your tab with a Hayabusa New tab. FEATURES: • Every time you open a new tab, the Hayabusa wallpaper is shuffled. • Google search provides quick access to popular websites. • Easy access to email and social media accounts. • Quick access to your most often visited websites. • Bookmarks are easily accessible. • Display Weather, Count down, Greetings, Time on screen. • Add a website to the Shortcuts tab for easy access. • Simple Social Media Sharing. • User can change the settings by clicking on setting button.
Extension Basic Information
Name | Hayabusa Wallpaper |
ID | kfbghgppcdijajfnpmhlknofpildnldb |
Official URL | https://chrome.google.com/webstore/detail/hayabusa-wallpaper/kfbghgppcdijajfnpmhlknofpildnldb |
Description | Hayabusa New Tab Wallpapers, created specifically for Hayabusa Lovers. Changes your tab with a Hayabusa New tab. |
File Size | 20.42 MB |
Installation Count | 34 |
Current Version | 1.0.0 |
Last Updated | 2023-01-11 |
Publish Date | 2023-01-11 |
Developer | Good Extension |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://pixatab.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "name": "__MSG_appName__", "background": { "service_worker": "bg.js" }, "action": { "default_icon": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "version": "1.0.0", "permissions": [ "topSites", "unlimitedStorage", "storage" ] } |