KMF-Unblock
解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.
What is KMF-Unblock?
KMF-Unblock is a Chrome extension developed by alvinbhou, and its main feature is "解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.".
Extension Screenshots
Download KMF-Unblock Extension CRX File
Download KMF-Unblock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
解除『考滿分』區域限制的擴充功能 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
Extension Basic Information
Name | KMF-Unblock |
ID | jlbknbfjajehjmfjegefddgegipadonb |
Official URL | https://chromewebstore.google.com/detail/kmf-unblock/jlbknbfjajehjmfjegefddgegipadonb |
Description | 解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction. |
File Size | 9.44 KB |
Installation Count | 47,983 |
Current Version | 1.2.2 |
Last Updated | 2021-04-05 |
Publish Date | 2020-04-13 |
Rating | 4.96/5 Total 47 Ratings |
Developer | alvinbhou |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/alvinbhou/KMF-Unblock-Extension |
Help Page URL | https://github.com/alvinbhou/KMF-Unblock-Extension |
Supported Languages | 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" ] } ] } |