Wasp web

Create, manage, and navigate through markers within YouTube videos. Save and sync your markers' data on multiple devices with cloud.

Wasp web क्या है?

Wasp web https://waspnote.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create, manage, and navigate through markers within YouTube videos. Save and sync your markers' data on multiple devices with cloud."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing our revolutionary Waspnote's YouTube Marker Web Extension! Enhance your YouTube viewing experience like never before with this powerful tool.

Our extension allows you to seamlessly create, manage, and navigate through markers within YouTube videos. Say goodbye to endless scrubbing and searching for that one specific moment you want to revisit. With our extension, you'll have full control over your video watching experience. Save your markers in Waspnote cloud platform and sync your data on multiple devices.

Our YouTube Marker Web Extension is an invaluable tool for researchers, students, content creators, and avid YouTube enthusiasts. It saves you time, improves efficiency, and enhances your overall video watching experience. Take control of your YouTube viewing and unlock the true potential of the platform with our intuitive and feature-rich extension.

Don't waste another minute scrolling through videos. Download our YouTube Marker Web Extension now and start marking your way to a more organized and enjoyable YouTube journey!                    

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

नाम Wasp web Wasp web
ID jcfppcmcgihlefeakmijaiogndfhlmap
आधिकारिक URL https://chromewebstore.google.com/detail/wasp-web/jcfppcmcgihlefeakmijaiogndfhlmap
विवरण Create, manage, and navigate through markers within YouTube videos. Save and sync your markers' data on multiple devices with cloud.
फ़ाइल का आकार 236 KB
स्थापना संख्या 99
वर्तमान संस्करण 1.3
अंतिम अपडेट 2023-06-20
प्रकाशन तिथि 2023-06-12
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://waspnote.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://waspnote.com
गोपनीयता नीति पृष्ठ URL https://waspnote.com/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wasp web",
    "version": "1.3",
    "description": "Create, manage, and navigate through markers within YouTube videos. Save and sync your markers' data on multiple devices with cloud.",
    "icons": {
        "48": "icons\/waspnote.png"
    },
    "homepage_url": "https:\/\/waspnote.com\/",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "action": {
        "default_title": "Video marker",
        "default_popup": "popup\/video.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png"
            ],
            "use_dynamic_url": true,
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/source\/js\/jquery.js",
                "\/source\/js\/bootstrap.bundle.min.js",
                "content.js",
                "\/popup\/video.js"
            ],
            "css": [
                "\/source\/css\/bootstrap.min.css",
                "main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/app.waspnote.com\/",
        "https:\/\/app.waspnote.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/app.waspnote.com\/",
            "https:\/\/app.waspnote.com\/"
        ]
    }
}