DripCheck
An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk
DripCheckとは何ですか?
DripCheckはDripAIOによって開発されたChromeの拡張機能で、その主な機能は「An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk」です。
拡張機能のスクリーンショット
DripCheck拡張機能のCRXファイルをダウンロード
DripCheck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Join the discord, You need to be a member to gain access to the tool! 拡張機能の基本情報
| 名前 | |
| ID | pdejccknbejcikgechkmhekidggbhjkh |
| 公式URL | https://chromewebstore.google.com/detail/dripcheck/pdejccknbejcikgechkmhekidggbhjkh |
| 説明 | An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk |
| ファイルサイズ | 30.61 KB |
| インストール数 | 15 |
| 現在のバージョン | 0.1.4 |
| 最終更新日 | 2020-11-24 |
| 公開日 | 2020-11-24 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | DripAIO |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DripCheck",
"description": "An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg\/hEfnJz5rAk",
"version": "0.1.4",
"manifest_version": 2,
"icons": {
"16": ".\/16.png",
"32": ".\/32.png",
"48": ".\/48.png",
"128": ".\/128.png"
},
"background": {
"scripts": [
".\/background.js"
]
},
"options_page": ".\/options.html",
"browser_action": {
"default_popup": ".\/popup-sign-in.html"
},
"permissions": [
"identity",
"contextMenus"
]
} | |