KeyPoints - Youtube Video Summarizer

Summarize youtube videos to get the key points shared in the video within seconds

KeyPoints - Youtube Video Summarizer क्या है?

KeyPoints - Youtube Video Summarizer mybrowsinghabits द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize youtube videos to get the key points shared in the video within seconds"।

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

screenshot
screenshot

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

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

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

                        This Chrome Extension allows you to summarize any youtube video! The summary will give you a quick introduction as well as any of the main KeyPoints discussed. 

You can also save any of the generated summaries directly within the app, which allows you to go back later on and read over any of the summaries that you might have generated. 


Please don't hesitate to leave a comment or review with your thoughts about the product!                    

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

नाम KeyPoints - Youtube Video Summarizer KeyPoints - Youtube Video Summarizer
ID cmpegjdbmjinegeoloignbnnchhaeafj
आधिकारिक URL https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj
विवरण Summarize youtube videos to get the key points shared in the video within seconds
फ़ाइल का आकार 1.87 MB
स्थापना संख्या 232
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2023-03-12
डेवलपर mybrowsinghabits
ईमेल [email protected]
भुगतान के प्रकार in_app
गोपनीयता नीति पृष्ठ URL https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KeyPoints - Youtube Video Summarizer",
    "description": "Summarize youtube videos to get the key points shared in the video within seconds",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_title": "KeyPoints",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}