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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://robotsidekick.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Nest Aware Ad

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}