Nouka
Naviagte through the youtube videos using enhanced caption search
Qu'est-ce que Nouka ?
Nouka est une extension Chrome développée par mayankmacav, et sa fonction principale est "Naviagte through the youtube videos using enhanced caption search".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nouka
Téléchargez les fichiers d'extension Nouka au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Features : - Simple interface - Download navigable YouTube video captions in the extension - Search through YouTube Captions - Get notified when certain videos have no captions attached The Nouka extensions lets you easily download and navigate though YouTube video captions. You search "abra ca dabra" and the extension takes you to the point in the video where they say this word. It's that simple.
Informations de Base sur l'Extension
Nom | Nouka |
ID | mehngcjbljpifedjaddhjmgblkldogbe |
URL Officiel | https://chromewebstore.google.com/detail/nouka/mehngcjbljpifedjaddhjmgblkldogbe |
Description | Naviagte through the youtube videos using enhanced caption search |
Taille du Fichier | 28.48 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-08-12 |
Date de Publication | 2021-01-13 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | mayankmacav |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nouka", "version": "1.0.0", "description": "Naviagte through the youtube videos using enhanced caption search", "manifest_version": 2, "icons": { "16": "assets\/icon16_red.png", "32": "assets\/icon32_red.png", "48": "assets\/icon48_red.png", "64": "assets\/icon64_red.png" }, "page_action": { "default_icon": "assets\/icon16_red.png", "default_title": "Nouka", "default_popup": ".\/popup\/index.html" }, "content_scripts": [ { "js": [ "content\/checkDOM.js", "content\/getTranscript.js", "content\/messageReceiver.js" ], "matches": [ "https:\/\/www.youtube.com\/watch?*" ] } ], "background": { "scripts": [ "background\/setPageIcon.js", "background\/background.js", "background\/messageReceiver.js" ], "persistent": false }, "permissions": [ "declarativeContent", "storage", "tabs" ] } |