Nyan Rainbow Cat — New Tab Wallpaper
Nyan Rainbow Cat tab extension: Delightful cat images every new tab!
O que é Nyan Rainbow Cat — New Tab Wallpaper?
Nyan Rainbow Cat — New Tab Wallpaper é uma extensão do Chrome desenvolvida por Creative Extensions Studio, e sua principal característica é "Nyan Rainbow Cat tab extension: Delightful cat images every new tab!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nyan Rainbow Cat — New Tab Wallpaper
Baixe arquivos de extensão Nyan Rainbow Cat — New Tab Wallpaper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
🌈 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! 😻
Informações Básicas da Extensão
Nome | Nyan Rainbow Cat — New Tab Wallpaper |
ID | bhmmnlcjbalfbdjdajmnngnfailfnlim |
URL Oficial | https://chromewebstore.google.com/detail/nyan-rainbow-cat-%E2%80%94-new-ta/bhmmnlcjbalfbdjdajmnngnfailfnlim |
Descrição | Nyan Rainbow Cat tab extension: Delightful cat images every new tab! |
Tamanho do Arquivo | 6.36 MB |
Contagem de Instalações | 153 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-10-05 |
Data de Publicação | 2023-10-04 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Creative Extensions Studio |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sites.google.com/view/polity-extension/home |
Idiomas Suportados | 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" } |