TMS Captcha Autofiller
This extention will autofill TMS captchas. Made by nirav.com.np
TMS Captcha Autofillerとは何ですか?
TMS Captcha Autofillerはniravprasadbaralによって開発されたChromeの拡張機能で、その主な機能は「This extention will autofill TMS captchas. Made by nirav.com.np」です。
拡張機能のスクリーンショット
TMS Captcha Autofiller拡張機能のCRXファイルをダウンロード
TMS Captcha Autofiller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Autofills those pesky TMS captchas. 拡張機能の基本情報
| 名前 | |
| ID | bbnmlbcjjojlcigkphmancneeplopmhg |
| 公式URL | https://chromewebstore.google.com/detail/tms-captcha-autofiller/bbnmlbcjjojlcigkphmancneeplopmhg |
| 説明 | This extention will autofill TMS captchas. Made by nirav.com.np |
| ファイルサイズ | 38.27 KB |
| インストール数 | 1,230 |
| 現在のバージョン | 0.5 |
| 最終更新日 | 2021-05-23 |
| 公開日 | 2021-05-23 |
| 評価 | 3.23/5 合計 13 レビュー |
| 開発者 | niravprasadbaral |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TMS Captcha Autofiller",
"description": "This extention will autofill TMS captchas. Made by nirav.com.np",
"version": "0.5",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/np16.png",
"32": "assets\/np32.png",
"48": "assets\/np48.png",
"128": "assets\/np128.png"
}
},
"icons": {
"16": "assets\/np16.png",
"32": "assets\/np32.png",
"48": "assets\/np48.png",
"128": "assets\/np128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.nepsetms.com.np\/login"
],
"js": [
"contentScript.js"
]
}
]
} | |