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.
Wat is Hide Nest Aware Ad?
Hide Nest Aware Ad is een Chrome-extensie ontwikkeld door https://robotsidekick.com, en de belangrijkste functie is "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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Nest Aware Ad
Download Hide Nest Aware Ad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hide Nest Aware Ad |
ID | gldfmjilopmehiohhoghhmiefmnepajp |
Officiële URL | https://chromewebstore.google.com/detail/hide-nest-aware-ad/gldfmjilopmehiohhoghhmiefmnepajp |
Beschrijving | 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. |
Bestandsgrootte | 12.55 KB |
Aantal Installaties | 202 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-09-14 |
Publicatiedatum | 2017-09-14 |
Beoordeling | 2.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://robotsidekick.com |
Betalingswijze | free |
Extensiewebsite | https://www.robotsidekick.com/index.html#/apps |
Ondersteunde Talen | 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" ] } ] } |