YouTube Paraphraser

An application that takes a YouTube video and summarizes what the video is about.

ما هو YouTube Paraphraser؟

YouTube Paraphraser هو إضافة Chrome تم تطويرها بواسطة HYPERSPC، والميزة الرئيسية لها هي "An application that takes a YouTube video and summarizes what the video is about.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Paraphraser

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

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

                        The YouTube Paraphraser is an experimental AI-driven web application that produces a straightforward summary on what the video is about. This extension allows you to right-click on a YouTube video and immediately generate a summary.

In a world where content creators have become exceptionally talented at drawing viewers in with curious titles and eye-catching thumbnails, it has become virtually impossible for viewers to discern what videos they really want to watch.

HOW TO USE:
Navigate to YouTube, right click any video, and select the "YouTube Paraphraser" option. Just that easy!                    

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

الاسم YouTube Paraphraser YouTube Paraphraser
ID gkgbmkfnmceicpkehajbcichphjmcgga
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-paraphraser/gkgbmkfnmceicpkehajbcichphjmcgga
الوصف An application that takes a YouTube video and summarizes what the video is about.
حجم الملف 7.5 KB
عدد التثبيتات 65
النسخة الحالية 1.0
آخر تحديث 2023-08-23
تاريخ النشر 2023-08-22
تقييم 5.00/5 مجموع تقييمات 3
المطور HYPERSPC
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bijx.github.io/YouTube-Paraphraser-WebApp/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Paraphraser",
    "description": "An application that takes a YouTube video and summarizes what the video is about.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon-128.png"
    }
}