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.
Apa itu Hide Nest Aware Ad?
Hide Nest Aware Ad adalah ekstensi Chrome yang dikembangkan oleh https://robotsidekick.com, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Hide Nest Aware Ad
Unduh file ekstensi Hide Nest Aware Ad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Hide Nest Aware Ad |
ID | gldfmjilopmehiohhoghhmiefmnepajp |
URL Resmi | https://chromewebstore.google.com/detail/hide-nest-aware-ad/gldfmjilopmehiohhoghhmiefmnepajp |
Deskripsi | 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. |
Ukuran File | 12.55 KB |
Jumlah Instalasi | 202 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-09-14 |
Tanggal Publikasi | 2017-09-14 |
Penilaian | 2.80/5 Total 5 Penilaian |
Pengembang | https://robotsidekick.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.robotsidekick.com/index.html#/apps |
Bahasa yang Didukung | 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" ] } ] } |