Bitpay Decoder
With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.
Bitpay Decoderとは何ですか?
Bitpay Decoderはhttps://anti-bitpay.comによって開発されたChromeの拡張機能で、その主な機能は「With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.」です。
拡張機能のスクリーンショット
Bitpay Decoder拡張機能のCRXファイルをダウンロード
Bitpay Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this Chrome extension, you have the opportunity to bypass the annoying Bitpay Invoice URLs and get direct access to all the Information`s you need with just one click.
拡張機能の基本情報
名前 | |
ID | odaplcmajclbcoabcbejiinbklfedhek |
公式URL | https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek |
説明 | With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click. |
ファイルサイズ | 163 KB |
インストール数 | 80 |
現在のバージョン | 0.0.7 |
最終更新日 | 2019-01-17 |
公開日 | 2019-01-17 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://anti-bitpay.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://anti-bitpay.com |
プライバシーポリシーページのURL | https://universe-internet.com/datenschutz.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitpay Decoder", "version": "0.0.7", "manifest_version": 2, "description": "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.", "homepage_url": "https:\/\/anti-bitpay.com", "web_accessible_resources": [ "anti-bitpay.png" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Bitpay Decoder by Anti-Bitpay.com", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/bitpay.com\/*" ], "js": [ "src\/inject\/inject.js", "src\/inject\/jquery-3.3.1.min.js" ], "web_accessible_resources": [ "src\/inject\/inject.js" ] } ] } |