Wasp web

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

Wasp web là gì?

Wasp web là một tiện ích mở rộng Chrome được phát triển bởi https://waspnote.com, và tính năng chính của nó là "Create, manage, and navigate through markers within YouTube videos. Save and sync your markers' data on multiple devices with cloud.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wasp web

Tải xuống các tệp mở rộng Wasp web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wasp web Wasp web
ID jcfppcmcgihlefeakmijaiogndfhlmap
URL Chính Thức https://chromewebstore.google.com/detail/wasp-web/jcfppcmcgihlefeakmijaiogndfhlmap
Mô tả Create, manage, and navigate through markers within YouTube videos. Save and sync your markers' data on multiple devices with cloud.
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-06-20
Ngày Phát Hành 2023-06-12
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://waspnote.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://waspnote.com
URL Trang Chính Sách Bảo Mật https://waspnote.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/"
        ]
    }
}