Youtube Summary Database
See an AI generated short summary of a youtube video before you click on it
Youtube Summary Database क्या है?
Youtube Summary Database http://summarydatabase.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See an AI generated short summary of a youtube video before you click on it"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Summary Database एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hate clickbait? Install the extension and hover your mouse cursor on a video. You'll be able to see a brief summary generated using GPT-3. This feature makes it easy to decide whether a video is worth watching before clicking on it. You don't need to login nor have an API key and this extension does not use your ChatGPT quota, our server is slowly summarizing the most popular youtube videos all the time. If you don't see many summaries at first, they will slowly start appearing over time
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkebhjgklndigljoigpnleapbknjhpld |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-summary-database/fkebhjgklndigljoigpnleapbknjhpld |
विवरण | See an AI generated short summary of a youtube video before you click on it |
फ़ाइल का आकार | 61.76 KB |
स्थापना संख्या | 332 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-03-03 |
प्रकाशन तिथि | 2023-02-19 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | http://summarydatabase.xyz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Summary Database", "version": "1.1", "description": "See an AI generated short summary of a youtube video before you click on it", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "Youtube Summary Database", "default_popup": "about.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |