Youtube Video Dislike and Analyzer

Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.

ما هو Youtube Video Dislike and Analyzer؟

Youtube Video Dislike and Analyzer هو إضافة Chrome تم تطويرها بواسطة Allen Ye، والميزة الرئيسية لها هي "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Youtube Video Dislike and Analyzer

قم بتنزيل ملفات الامتداد Youtube Video Dislike and Analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Analyzes a Youtube video's view and like count to determine if the video is worth watching. Provides the ratios for the metrics to easily show viewer feedback for the video. 

How to use:
- Install
- Open up a youtube video
- Click on the extension to view the metrics
- Scroll through the pages to view metrics                    

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

الاسم Youtube Video Dislike and Analyzer Youtube Video Dislike and Analyzer
ID kopakfipkoacidinaekadjfngamalmfd
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd
الوصف Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
حجم الملف 2.01 MB
عدد التثبيتات 91
النسخة الحالية 2.3
آخر تحديث 2021-12-17
تاريخ النشر 2021-11-28
تقييم 3.67/5 مجموع تقييمات 6
المطور Allen Ye
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/allenye66
عنوان صفحة المساعدة https://github.com/allenye66
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Video Dislike and Analyzer",
    "description": "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.",
    "version": "2.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}