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.

什么是Hide Nest Aware Ad?

Hide Nest Aware Ad是由https://robotsidekick.com开发的Chrome扩展程序,该扩展的主要功能是“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

下载Hide Nest Aware Ad扩展crx文件

下载Hide Nest Aware Ad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hide Nest Aware Ad Hide Nest Aware Ad
ID gldfmjilopmehiohhoghhmiefmnepajp
官方URL https://chromewebstore.google.com/detail/hide-nest-aware-ad/gldfmjilopmehiohhoghhmiefmnepajp
简介 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.
文件大小 12.55 KB
安装次数 202
当前版本 1.0
更新时间 2017-09-14
上架时间 2017-09-14
评分 2.80/5 共5次评分
开发者 https://robotsidekick.com
付费类型 free
扩展官网 https://www.robotsidekick.com/index.html#/apps
支持的语言 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"
            ]
        }
    ]
}