Unpuzzle

Easily extract Edpuzzle Tokens from site and redirect to Unpuzzle!

Wat is Unpuzzle?

Unpuzzle is een Chrome-extensie ontwikkeld door https://unpuzzle.net, en de belangrijkste functie is "Easily extract Edpuzzle Tokens from site and redirect to Unpuzzle!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unpuzzle

Download Unpuzzle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension simplifies process of getting Edpuzzle Token and redirecting to Unpuzzle.net.                    

Basisinformatie over de Extensie

Naam Unpuzzle Unpuzzle
ID bkhmfdnoifikoinnhgbalpejgdakdlpc
Officiële URL https://chromewebstore.google.com/detail/unpuzzle/bkhmfdnoifikoinnhgbalpejgdakdlpc
Beschrijving Easily extract Edpuzzle Tokens from site and redirect to Unpuzzle!
Bestandsgrootte 17.05 KB
Aantal Installaties 5,359
Huidige Versie 1.0
Laatst Bijgewerkt 2022-05-10
Publicatiedatum 2022-05-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://unpuzzle.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.unpuzzle.net/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unpuzzle",
    "manifest_version": 3,
    "description": "Easily extract Edpuzzle Tokens from site and redirect to Unpuzzle!",
    "version": "1.0",
    "icons": {
        "16": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "permissions": [
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    }
}