Buff Currency Converter
Easily convert currencies on buff.163.com
什麼是Buff Currency Converter?
Buff Currency Converter是由ahmed-sohag開發的Chrome擴展程式,該擴展的主要功能是“Easily convert currencies on buff.163.com”。
擴展截圖
下載Buff Currency Converter擴展crx文件
下載Buff Currency Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Don't you hate having to convert every price on buff.163.com? Well hate that no more, as with this solution we've solved the problem. It's VERY simple. 1. Install the extension 2. Click the Buff Currency icon in the extensions bar and choose the currency you want to convert to
擴展基本資訊
名稱 | Buff Currency Converter |
ID | ecnjcjbilnpjjnpjlfkoompbpehpbnbc |
官方網址 | https://chromewebstore.google.com/detail/buff-currency-converter/ecnjcjbilnpjjnpjlfkoompbpehpbnbc |
簡介 | Easily convert currencies on buff.163.com |
檔案大小 | 23.63 KB |
安裝次數 | 20,000 |
目前版本 | 1.0.6.1 |
更新時間 | 2023-09-21 |
上架時間 | 2021-03-31 |
評分 | 4.20/5 共 15 次評分 |
開發者 | ahmed-sohag |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sites.google.com/view/adjust-sound-video/home |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buff Currency Converter", "description": "Easily convert currencies on buff.163.com", "version": "1.0.6.1", "permissions": [ "alarms", "storage" ], "host_permissions": [ "*:\/\/buff.163.com\/*" ], "manifest_version": 3, "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_title": "Settings", "default_popup": "html\/popup.html" }, "icons": { "16": "assets\/buff_163_icon_16.png", "48": "assets\/buff_163_icon_48.png", "128": "assets\/buff_163_icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/buff.163.com\/*" ], "run_at": "document_idle", "js": [ "js\/content.js" ] } ] } |