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.

Cos'è Hide Nest Aware Ad?

Hide Nest Aware Ad è un'estensione di Chrome sviluppata da https://robotsidekick.com, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide Nest Aware Ad

Scarica i file di estensione Hide Nest Aware Ad 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Hide Nest Aware Ad Hide Nest Aware Ad
ID gldfmjilopmehiohhoghhmiefmnepajp
URL Ufficiale https://chromewebstore.google.com/detail/hide-nest-aware-ad/gldfmjilopmehiohhoghhmiefmnepajp
Descrizione 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.
Dimensione del File 12.55 KB
Conteggio Installazioni 202
Versione Corrente 1.0
Ultimo Aggiornamento 2017-09-14
Data di Pubblicazione 2017-09-14
Valutazione 2.80/5 Totale 5 Valutazioni
Sviluppatore https://robotsidekick.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.robotsidekick.com/index.html#/apps
Lingue Supportate 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"
            ]
        }
    ]
}