Edpuzzle Express

Providing the right resources for academic success.

Edpuzzle Express là gì?

Edpuzzle Express là một tiện ích mở rộng Chrome được phát triển bởi oneway9873456, và tính năng chính của nó là "Providing the right resources for academic success.".

Ả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 Edpuzzle Express

Tải xuống các tệp mở rộng Edpuzzle Express 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

                        This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net                    

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

Tên Edpuzzle Express Edpuzzle Express
ID fcclcbfkilfmhcgkmgfdijheoaejjgim
URL Chính Thức https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim
Mô tả Providing the right resources for academic success.
Kích Thước Tệp 167 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.21
Cập Nhật Lần Cuối 2022-11-10
Ngày Phát Hành 2022-01-20
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển oneway9873456
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://studyhallhelp.net/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edpuzzle Express",
    "description": "Providing the right resources for academic success.",
    "manifest_version": 3,
    "version": "0.21",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "main.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/edpuzzle.com\/*",
                "https:\/\/www.edpuzzle.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "https:\/\/edpuzzle.com\/*",
        "https:\/\/www.edpuzzle.com\/*",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/edpuzzle.com\/*",
        "https:\/\/www.edpuzzle.com\/*"
    ]
}