myTab+
Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)
Was ist myTab+?
myTab+ ist eine Chrome-Erweiterung, die von https://www.greinr.com entwickelt wurde, und ihr Hauptmerkmal ist "Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)".
Erweiterungsscreenshots
myTab+-Erweiterungs-CRX-Datei herunterladen
Laden Sie myTab+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | myTab+ |
ID | fbnglkgmadodfpblmofdfbfcmekmnemi |
Offizielle URL | https://chromewebstore.google.com/detail/mytab+/fbnglkgmadodfpblmofdfbfcmekmnemi |
Beschreibung | Watch all YouTube videos from your Chrome bookmarks. (requires myTab online) |
Dateigröße | 368 KB |
Installationsanzahl | 56 |
Aktuelle Version | 0.8 |
Letztes Update | 2021-02-12 |
Veröffentlichungsdatum | 2016-05-01 |
Bewertung | 3.56/5 Insgesamt 9 Bewertungen |
Entwickler | https://www.greinr.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.greinr.com/projects |
Hilfeseite URL | https://www.greinr.com/projects/mytab |
Unterstützte Sprachen | 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" } |