Nyan Rainbow Cat — New Tab Wallpaper
Nyan Rainbow Cat tab extension: Delightful cat images every new tab!
What is Nyan Rainbow Cat — New Tab Wallpaper?
Nyan Rainbow Cat — New Tab Wallpaper is a Chrome extension developed by Creative Extensions Studio, and its main feature is "Nyan Rainbow Cat tab extension: Delightful cat images every new tab!".
Extension Screenshots
Download Nyan Rainbow Cat — New Tab Wallpaper Extension CRX File
Download Nyan Rainbow Cat — New Tab 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
🌈 The Nyan Rainbow Cat wallpaper extension is a purr-fect way to brighten your day! 🐱 Enjoy a constant stream of delightful cat-themed images whenever you open a new tab. 📸 It's a cat lover's dream come true! 🐾 Get ready to be charmed and inspired by this feline extravaganza! 😻
Extension Basic Information
Name | Nyan Rainbow Cat — New Tab Wallpaper |
ID | bhmmnlcjbalfbdjdajmnngnfailfnlim |
Official URL | https://chromewebstore.google.com/detail/nyan-rainbow-cat-%E2%80%94-new-ta/bhmmnlcjbalfbdjdajmnngnfailfnlim |
Description | Nyan Rainbow Cat tab extension: Delightful cat images every new tab! |
File Size | 6.36 MB |
Installation Count | 153 |
Current Version | 1.0.1 |
Last Updated | 2023-10-05 |
Publish Date | 2023-10-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Creative Extensions Studio |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/polity-extension/home |
Supported Languages | en,ja,ko |
manifest.json | |
{ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 3, "default_locale": "en", "version": "1.0.1", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": { "256": "icons\/256.png" } }, "background": { "service_worker": "background.js" }, "icons": { "128": "icons\/128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |