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.
Co to jest Hide Nest Aware Ad?
Hide Nest Aware Ad to rozszerzenie Chrome opracowane przez https://robotsidekick.com, a jego główną funkcją jest „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.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide Nest Aware Ad
Pobierz pliki rozszerzeń Hide Nest Aware Ad w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Hide Nest Aware Ad |
ID | gldfmjilopmehiohhoghhmiefmnepajp |
Oficjalny URL | https://chromewebstore.google.com/detail/hide-nest-aware-ad/gldfmjilopmehiohhoghhmiefmnepajp |
Opis | 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. |
Rozmiar pliku | 12.55 KB |
Liczba instalacji | 202 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-09-14 |
Data Publikacji | 2017-09-14 |
Ocena | 2.80/5 Łącznie 5 Oceny |
Deweloper | https://robotsidekick.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.robotsidekick.com/index.html#/apps |
Obsługiwane Języki | 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" ] } ] } |