Cyclops - Hide YouTube numbers

Extension to hide YouTube numbers

Cyclops - Hide YouTube numbersคืออะไร?

Cyclops - Hide YouTube numbers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rodrigo Cava และคุณลักษณะหลักของมันคือ "Extension to hide YouTube numbers"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyclops - Hide YouTube numbers

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

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

                        Hide all YouTube numbers!

Have a better experience of watching YouTube by choosing based on content rather than popularity.

Feel free to like and enjoy the content regardless of how many people liked, disliked or commented.                    

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

ชื่อ Cyclops - Hide YouTube numbers Cyclops - Hide YouTube numbers
ID jaipkdcbjjkmmnhioljfohaiiajdikmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cyclops-hide-youtube-numb/jaipkdcbjjkmmnhioljfohaiiajdikmp
คำอธิบาย Extension to hide YouTube numbers
ขนาดไฟล์ 18.8 KB
จำนวนการติดตั้ง 161
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-09-16
วันที่เผยแพร่ 2018-09-16
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Rodrigo Cava
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyclops - Hide YouTube numbers",
    "description": "Extension to hide YouTube numbers",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/hide_logo.png",
        "default_popup": "index.html",
        "default_title": "Hide YouTube numbers!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/youtube.com\/*"
    ]
}