Ask on Video: 1-Click Capture & Ask
Ask on Video is a browser extension that lets you capture a video frame and ask GPT-4Vision a question about it.
Wat is Ask on Video: 1-Click Capture & Ask?
Ask on Video: 1-Click Capture & Ask is een Chrome-extensie ontwikkeld door https://askonvideo.com, en de belangrijkste functie is "Ask on Video is a browser extension that lets you capture a video frame and ask GPT-4Vision a question about it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ask on Video: 1-Click Capture & Ask
Download Ask on Video: 1-Click Capture & Ask-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily ask questions directly on YouTube or other video websites. We have the ability to comprehend video content (Powered by GPT-4Vision) in subjects like Math, Economics, Programming, and more. Simply click the ICON or Shortcut, and you can ask your questions without leave the video.
Basisinformatie over de Extensie
Naam | Ask on Video: 1-Click Capture & Ask |
ID | bjgcfacigblojjkeobfenmllnoknadkc |
Officiële URL | https://chromewebstore.google.com/detail/ask-on-video-1-click-capt/bjgcfacigblojjkeobfenmllnoknadkc |
Beschrijving | Ask on Video is a browser extension that lets you capture a video frame and ask GPT-4Vision a question about it. |
Bestandsgrootte | 583 KB |
Aantal Installaties | 95 |
Huidige Versie | 2024.1.4 |
Laatst Bijgewerkt | 2024-01-10 |
Publicatiedatum | 2024-01-09 |
Ontwikkelaar | https://askonvideo.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://askonvideo.com |
URL van de Privacybeleid Pagina | https://sparkos.notion.site/Privacy-Policy-2a848c9d47c04bfca57e316d0efafa34?pvs=4 |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ask on Video: 1-Click Capture & Ask", "description": "Ask on Video is a browser extension that lets you capture a video frame and ask GPT-4Vision a question about it.", "version": "2024.1.4", "version_name": "2024.1.4", "action": { "default_title": "Ask on Video - Open Sidebar" }, "commands": { "open-sidebar": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" }, "description": "Open the sidebar" } }, "externally_connectable": { "ids": [ "*" ] }, "manifest_version": 3, "icons": { "128": "images\/icon-128.png" }, "permissions": [ "storage", "unlimitedStorage", "contextMenus", "tabs", "activeTab", "identity", "identity.email" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/sidebar.tsx-loader-1b9a51e3.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |