KMF-Unblock

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

Wat is KMF-Unblock?

KMF-Unblock is een Chrome-extensie ontwikkeld door alvinbhou, en de belangrijkste functie is "解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie KMF-Unblock

Download KMF-Unblock-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

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

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                    

Basisinformatie over de Extensie

Naam KMF-Unblock KMF-Unblock
ID jlbknbfjajehjmfjegefddgegipadonb
Officiële URL https://chromewebstore.google.com/detail/kmf-unblock/jlbknbfjajehjmfjegefddgegipadonb
Beschrijving 解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.
Bestandsgrootte 9.44 KB
Aantal Installaties 47,983
Huidige Versie 1.2.2
Laatst Bijgewerkt 2021-04-05
Publicatiedatum 2020-04-13
Beoordeling 4.96/5 Totaal 47 Beoordelingen
Ontwikkelaar alvinbhou
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/alvinbhou/KMF-Unblock-Extension
Help Pagina-URL https://github.com/alvinbhou/KMF-Unblock-Extension
Ondersteunde Talen 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"
            ]
        }
    ]
}