Search with Cute Panda
Enjoy funny animated panda every time you search the web.
Cos'è Search with Cute Panda?
Search with Cute Panda è un'estensione di Chrome sviluppata da https://funnytabs.co, e la sua funzione principale è "Enjoy funny animated panda every time you search the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search with Cute Panda
Scarica i file di estensione Search with Cute Panda in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Explore animated animals and find yourself among beautiful creatures that bring joy and excitement. ★ What is included in our Search with Cute Panda extension? This extension provides a large variety of animated pandas. Every web search will bring you a new playful and funny panda animation. It's an easy way to search the web quickly while enjoying a cute panda bear doing funny things. Our lovely animated pandas sleep, workout, listen to music, and play just like the real ones. ★ How to use Search with Cute Panda? Simply search the web via your browser Omnibox or click on the Search with Cute Panda icon and search the web. Easy as that!
Informazioni di Base sull'Estensione
Nome | |
ID | dgcjplmdhailjkcjebofehlhkniiibfo |
URL Ufficiale | https://chrome.google.com/webstore/detail/search-with-cute-panda/dgcjplmdhailjkcjebofehlhkniiibfo |
Descrizione | Enjoy funny animated panda every time you search the web. |
Dimensione del File | 743 KB |
Conteggio Installazioni | 650 |
Versione Corrente | 3.4.13 |
Ultimo Aggiornamento | 2021-12-07 |
Data di Pubblicazione | 2020-03-20 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://funnytabs.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://funnytabs.co |
URL della Pagina della Politica sulla Privacy | https://www.funnytabs.co/blog/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search with Cute Panda", "description": "Enjoy funny animated panda every time you search the web.", "version": "3.4.13", "short_name": "CutePanda", "permissions": [ "storage", "https:\/\/*\/*" ], "icons": { "16": "images\/icons\/16.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" }, "browser_action": { "default_icon": "images\/icons\/48.png", "default_popup": "html\/popup.html", "default_title": "Search with Cute Panda" }, "background": { "scripts": [ "browser-polyfill.js", "background.bundle.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "browser-polyfill.js", "js\/dominjector.js", "content.bundle.js" ], "matches": [ "*:\/\/*.bing.com\/search*", "*:\/\/*.google.com\/search*" ], "run_at": "document_end" } ], "chrome_settings_overrides": { "search_provider": { "name": "Search with Cute Panda", "keyword": "Search with Cute Panda", "favicon_url": "https:\/\/searchresult.co\/extensions\/img\/favicon.ico", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/searchresult.co\/extensions\/?pr=vmnpanda&id=bin&v=1_0&q={searchTerms}" } }, "omnibox": { "keyword": "s" }, "manifest_version": 2, "web_accessible_resources": [ "images\/web_accessible_resources\/1.gif", "images\/web_accessible_resources\/10.gif", "images\/web_accessible_resources\/11.gif", "images\/web_accessible_resources\/12.gif", "images\/web_accessible_resources\/13.gif", "images\/web_accessible_resources\/14.gif", "images\/web_accessible_resources\/15.gif", "images\/web_accessible_resources\/16.gif", "images\/web_accessible_resources\/17.gif", "images\/web_accessible_resources\/18.gif", "images\/web_accessible_resources\/19.gif", "images\/web_accessible_resources\/2.gif", "images\/web_accessible_resources\/20.gif", "images\/web_accessible_resources\/21.gif", "images\/web_accessible_resources\/22.gif", "images\/web_accessible_resources\/23.gif", "images\/web_accessible_resources\/24.gif", "images\/web_accessible_resources\/25.gif", "images\/web_accessible_resources\/26.gif", "images\/web_accessible_resources\/27.gif", "images\/web_accessible_resources\/28.gif", "images\/web_accessible_resources\/29.gif", "images\/web_accessible_resources\/3.gif", "images\/web_accessible_resources\/30.gif", "images\/web_accessible_resources\/31.gif", "images\/web_accessible_resources\/32.gif", "images\/web_accessible_resources\/33.gif", "images\/web_accessible_resources\/34.gif", "images\/web_accessible_resources\/4.gif", "images\/web_accessible_resources\/5.gif", "images\/web_accessible_resources\/6.gif", "images\/web_accessible_resources\/7.gif", "images\/web_accessible_resources\/8.gif", "images\/web_accessible_resources\/9.gif" ] } |