KMF-Unblock
解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.
KMF-Unblockとは何ですか?
KMF-Unblockはalvinbhouによって開発されたChromeの拡張機能で、その主な機能は「解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction.」です。
拡張機能のスクリーンショット
KMF-Unblock拡張機能のCRXファイルをダウンロード
KMF-Unblock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
解除『考滿分』區域限制的擴充功能
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 拡張機能の基本情報
| 名前 | |
| ID | jlbknbfjajehjmfjegefddgegipadonb |
| 公式URL | https://chromewebstore.google.com/detail/kmf-unblock/jlbknbfjajehjmfjegefddgegipadonb |
| 説明 | 解除『考滿分』區域限制 A Chrome and Firefox extension that bypasses KMF region restriction. |
| ファイルサイズ | 9.44 KB |
| インストール数 | 47,983 |
| 現在のバージョン | 1.2.2 |
| 最終更新日 | 2021-04-05 |
| 公開日 | 2020-04-13 |
| 評価 | 4.96/5 合計 47 レビュー |
| 開発者 | alvinbhou |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/alvinbhou/KMF-Unblock-Extension |
| ヘルプページのURL | https://github.com/alvinbhou/KMF-Unblock-Extension |
| 対応言語 | 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"
]
}
]
} | |