myTab+

Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)

myTab+ क्या है?

myTab+ https://www.greinr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में myTab+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम myTab+ myTab+
ID fbnglkgmadodfpblmofdfbfcmekmnemi
आधिकारिक URL https://chromewebstore.google.com/detail/mytab+/fbnglkgmadodfpblmofdfbfcmekmnemi
विवरण Watch all YouTube videos from your Chrome bookmarks. (requires myTab online)
फ़ाइल का आकार 368 KB
स्थापना संख्या 56
वर्तमान संस्करण 0.8
अंतिम अपडेट 2021-02-12
प्रकाशन तिथि 2016-05-01
रेटिंग 3.56/5 कुल 9 रेटिंग्स
डेवलपर https://www.greinr.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.greinr.com/projects
सहायता पृष्ठ URL https://www.greinr.com/projects/mytab
समर्थित भाषाएँ 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"
}