myTab+
Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)
Qu'est-ce que myTab+ ?
myTab+ est une extension Chrome développée par https://www.greinr.com, et sa fonction principale est "Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension myTab+
Téléchargez les fichiers d'extension myTab+ 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
myTab+ is an extension to myTab online which lets you watch YouTube™ videos from many different sources in one place. By adding myTab+ you are able to watch YouTube™ videos from your bookmarks. You can open myTab online here: https://www.greinr.com/webapps/mytab/ Please feel free to suggest what features you would like to see in future updates. Furthermore if you want you can contact and follow me on Twitter... https://twitter.com/ThomasGreiner ---------------------------------------------------------------- Major Version Updates ---------------------------------------------------------------- 0.8 - upgraded to manifest v3 0.7 - improved communication with webapp - redesigned options page 0.6 - replaced myTab with myTab+ 0.1-0.5.1 - myTab as an extension
Informations de Base sur l'Extension
Nom | myTab+ |
ID | fbnglkgmadodfpblmofdfbfcmekmnemi |
URL Officiel | https://chromewebstore.google.com/detail/mytab+/fbnglkgmadodfpblmofdfbfcmekmnemi |
Description | Watch all YouTube videos from your Chrome bookmarks. (requires myTab online) |
Taille du Fichier | 368 KB |
Nombre d'Installations | 56 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2021-02-12 |
Date de Publication | 2016-05-01 |
Évaluation | 3.56/5 Total 9 Évaluations |
Développeur | https://www.greinr.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.greinr.com/projects |
URL de la Page d'Aide | https://www.greinr.com/projects/mytab |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.8", "description": "__MSG_extDescription__", "icons": { "16": "img\/logo16.png", "48": "img\/logo128.png", "128": "img\/logo128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.greinr.com\/webapps\/mytab\/*", "http:\/\/greinr.local:8080\/webapps\/mytab\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ], "options_page": "options.htm", "host_permissions": [ "https:\/\/www.greinr.com\/*" ], "permissions": [ "bookmarks" ], "default_locale": "en" } |