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
官方網址 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"
            ]
        }
    ]
}