View Count Hider for YouTube.com

Hides video view counts for YouTube.com.

ما هو View Count Hider for YouTube.com؟

View Count Hider for YouTube.com هو إضافة Chrome تم تطويرها بواسطة Avery Miller، والميزة الرئيسية لها هي "Hides video view counts for YouTube.com.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة View Count Hider for YouTube.com

قم بتنزيل ملفات الامتداد View Count Hider for YouTube.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The amount of views a video gets online isn't indicative of the video's quality. I've got tired of stressing out over view counts, so I made this extension in order to hide all video view counts from YouTube.com.

YouTube™ is a trademark of Google LLC. This extension is not endorsed or affiliated with YouTube™ or Google LLC.                    

معلومات أساسية عن التمديد

الاسم View Count Hider for YouTube.com View Count Hider for YouTube.com
ID eobpccgcmekkhidcgneehbcgkmbmjiad
عنوان URL الرسمي https://chromewebstore.google.com/detail/view-count-hider-for-yout/eobpccgcmekkhidcgneehbcgkmbmjiad
الوصف Hides video view counts for YouTube.com.
حجم الملف 7.36 KB
عدد التثبيتات 10,000
النسخة الحالية 1.2
آخر تحديث 2020-02-24
تاريخ النشر 2020-02-22
تقييم 4.33/5 مجموع تقييمات 18
المطور Avery Miller
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Count Hider for YouTube.com",
    "description": "Hides video view counts for YouTube.com.",
    "version": "1.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}