KMF-Unblock

解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.

Qu'est-ce que KMF-Unblock ?

KMF-Unblock est une extension Chrome développée par alvinbhou, et sa fonction principale est "解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension KMF-Unblock

Téléchargez les fichiers d'extension KMF-Unblock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        解除『考滿分』區域限制的擴充功能

A Chrome and Firefox extension that bypasses KMF region restriction.

支援TOEFL真題練習和模考區,以及GMAT PP和題庫

The extension supports TOEFL TPO's practice and mock test sections and also GMAT's PREP and question sections.

[Update] Improved extension performance and add new features                    

Informations de Base sur l'Extension

Nom KMF-Unblock KMF-Unblock
ID jlbknbfjajehjmfjegefddgegipadonb
URL Officiel https://chromewebstore.google.com/detail/kmf-unblock/jlbknbfjajehjmfjegefddgegipadonb
Description 解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.
Taille du Fichier 9.44 KB
Nombre d'Installations 47,983
Version Actuelle 1.2.2
Dernière Mise à Jour 2021-04-05
Date de Publication 2020-04-13
Évaluation 4.96/5 Total 47 Évaluations
Développeur alvinbhou
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/alvinbhou/KMF-Unblock-Extension
URL de la Page d'Aide https://github.com/alvinbhou/KMF-Unblock-Extension
Langues Prises en Charge zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KMF-Unblock",
    "author": "Alvin Hou",
    "description": "\u89e3\u9664\u300e\u8003\u6eff\u5206\u300f\u5340\u57df\u9650\u5236 A Chrome and Firefox extension that bypasses KMF region restriction.",
    "version": "1.2.2",
    "icons": {
        "16": "icons\/kmf-unblock-icon-16.png",
        "128": "icons\/kmf-unblock-icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/kmf-unblock-icon-128.png",
        "default_title": "KMF Unblock Extension",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/CryoliteZ\/KMF-Unblock-Extension",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.kmf.com\/*",
                "https:\/\/*.kmf.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}