non views

replaces YouTube views into the amount of people that didn't watch the video currently living on the world.

non viewsคืออะไร?

non views เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.driesdepoorter.be และคุณลักษณะหลักของมันคือ "replaces YouTube views into the amount of people that didn't watch the video currently living on the world."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย non views

ดาวน์โหลดไฟล์ส่วนขยาย non views ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        replaces YouTube views into the amount of people that didn't watch the video currently living on the world. 

The amount of people currently living on the world is based on the website worldometers.info 

enjoy,
Dries                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ non views non views
ID momjekogajkdfbonafkfnhjepfmceema
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/non-views/momjekogajkdfbonafkfnhjepfmceema
คำอธิบาย replaces YouTube views into the amount of people that didn't watch the video currently living on the world.
ขนาดไฟล์ 7.7 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-04-03
วันที่เผยแพร่ 2017-04-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.driesdepoorter.be
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.driesdepoorter.be/nonviews/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "non views",
    "short_name": "non views",
    "version": "1.0.2",
    "description": "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.",
    "homepage_url": "http:\/\/www.driesdepoorter.be",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}