Summarize Videos - SummarizeVideo.com

YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching

Summarize Videos - SummarizeVideo.com क्या है?

Summarize Videos - SummarizeVideo.com feedsoutlet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Summarize Videos - SummarizeVideo.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ChatGPT YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching. While viewing YouTube, users may quickly examine and access the video's main points with only one click. The extension can be a useful instrument for individuals who wish to rapidly comprehend the important aspects of a video without having to watch the full thing. This extension is free and simple to use. 

Here are some of the extension's significant characteristics: 
-Summarizing video: Video summary automatically condenses long YouTube videos without omitting crucial details. It can quickly identify and draw out the main ideas, and messages of the video. 
-Time-stamped summaries are provided, enabling viewers to easily access the precise video segments they wish to watch. Additionally, this functionality makes it simple for viewers to share and cite particular film segments. 
-User-friendly interface: This plugin is really easy to use. 
-Accuracy and dependability: It properly summarizes a video's main elements without missing any crucial details.                    

एक्सटेंशन की मूल जानकारी

नाम Summarize Videos - SummarizeVideo.com Summarize Videos - SummarizeVideo.com
ID jfllkhibnepajflnifinoljopigmnnnd
आधिकारिक URL https://chromewebstore.google.com/detail/summarize-videos-summariz/jfllkhibnepajflnifinoljopigmnnnd
विवरण YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching
फ़ाइल का आकार 33.11 KB
स्थापना संख्या 45
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-04-27
प्रकाशन तिथि 2023-04-11
डेवलपर feedsoutlet
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://summarizevideo.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize Videos - SummarizeVideo.com",
    "version": "1.0",
    "description": "YouTube Summarizer Chrome Extension provides users to get a summary of videos they are watching",
    "icons": {
        "16": "youtube_16.png",
        "32": "youtube_32.png",
        "128": "youtube_128.png",
        "192": "youtube_192.png",
        "512": "youtube.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}