Edpuzzle Express

Providing the right resources for academic success.

Apa itu Edpuzzle Express?

Edpuzzle Express adalah ekstensi Chrome yang dikembangkan oleh oneway9873456, dan fitur utamanya adalah "Providing the right resources for academic success.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Edpuzzle Express

Unduh file ekstensi Edpuzzle Express dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Edpuzzle Express Edpuzzle Express
ID fcclcbfkilfmhcgkmgfdijheoaejjgim
URL Resmi https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim
Deskripsi Providing the right resources for academic success.
Ukuran File 167 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.21
Terakhir Diperbarui 2022-11-10
Tanggal Publikasi 2022-01-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang oneway9873456
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://studyhallhelp.net/
Bahasa yang Didukung 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\/*"
    ]
}