omgPETS!
omgPETS!
¿Qué es omgPETS!?
omgPETS! es una extensión de Chrome desarrollada por http://pluspets.com, y su función principal es "omgPETS!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión omgPETS!
Descarga archivos de extensión omgPETS! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Are you ready to enjoy adorable furry friends in every new tab? Get ready for our heart-melting gallery of fluffy pets, react to your favorite images with our love-filled emojis, and even submit photos of your own! It’s your browser, only better. In addition to loveable pet photos you’ll also have access to informative articles about how to be the best pet-parent possible, and be able to stay up-to-date on all the adorable photos we share via Instagram. All of this is possible while still allowing you to browse the web as you usually do. The only decision you have to make is: are you a cat person, or a dog person? We won’t judge if you love them both. Install now and squee with us over the most adorable pets on the web!
Información Básica de la Extensión
Nombre | |
ID | ldbbjhfdoebcklbjfijihdlnpkplohaa |
URL Oficial | https://chrome.google.com/webstore/detail/omgpets/ldbbjhfdoebcklbjfijihdlnpkplohaa |
Descripción | omgPETS! |
Tamaño del Archivo | 5.94 MB |
Cantidad de Instalaciones | 78 |
Versión Actual | 1.5.2 |
Última Actualización | 2018-12-11 |
Fecha de Publicación | 2018-12-11 |
Desarrollador | http://pluspets.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://pluspets.com/ |
URL de la Página de Ayuda | http://pluspets.com/ |
URL de la Página de Política de Privacidad | https://newlifeoutlook.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.5.2", "manifest_version": 2, "description": "__MSG_appDescription__", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/perkcanada.com; object-src 'self'", "icons": { "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "default_locale": "en", "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/pluspets.com\/*" ], "js": [ "js\/vendor-content.js", "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "installed.html", "newtab.html" ], "permissions": [ "cookies", "activeTab", "storage", "*:\/\/pluspets.com\/" ], "chrome_settings_overrides": { "search_provider": { "name": "Yahoo! Search", "keyword": "Yahoo Search", "favicon_url": "http:\/\/pluspets.com\/ext\/favicon.ico", "search_url": "http:\/\/pluspets.com\/ext\/search\/?searchTerms={searchTerms}", "encoding": "UTF-8", "is_default": true } } } |