Hide Nest Aware Ad

Do you have sweet Nest cameras, but don't subscribe to Nest Aware? Me too. I use this to remove the Nest Aware ad from view.

¿Qué es Hide Nest Aware Ad?

Hide Nest Aware Ad es una extensión de Chrome desarrollada por https://robotsidekick.com, y su función principal es "Do you have sweet Nest cameras, but don't subscribe to Nest Aware? Me too. I use this to remove the Nest Aware ad from view.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Hide Nest Aware Ad

Descarga archivos de extensión Hide Nest Aware Ad 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

                        Do you have awesome Nest cameras, but don't subscribe to Nest Aware?  Me too. 

The banner ad for Nest Aware on all the camera pages isn't about to get me to sign up, so I use this extension to remove it from view.                    

Información Básica de la Extensión

Nombre Hide Nest Aware Ad Hide Nest Aware Ad
ID gldfmjilopmehiohhoghhmiefmnepajp
URL Oficial https://chromewebstore.google.com/detail/hide-nest-aware-ad/gldfmjilopmehiohhoghhmiefmnepajp
Descripción Do you have sweet Nest cameras, but don't subscribe to Nest Aware? Me too. I use this to remove the Nest Aware ad from view.
Tamaño del Archivo 12.55 KB
Cantidad de Instalaciones 202
Versión Actual 1.0
Última Actualización 2017-09-14
Fecha de Publicación 2017-09-14
Calificación 2.80/5 Total de 5 Calificaciones
Desarrollador https://robotsidekick.com
Tipo de Pago free
Sitio Web de la Extensión https://www.robotsidekick.com/index.html#/apps
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Nest Aware Ad",
    "version": "1.0",
    "description": "Do you have sweet Nest cameras, but don't subscribe to Nest Aware? Me too. I use this to remove the Nest Aware ad from view.",
    "manifest_version": 2,
    "homepage_url": "https:\/\/robotsidekick.com\/hide-nest-aware-ad",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/home.nest.com\/*"
            ],
            "js": [
                "content\/remove-ad.js"
            ]
        }
    ]
}