Hide Fiverr Balance
A chrome extension that hides your balance on fiverr
Hide Fiverr Balanceคืออะไร?
Hide Fiverr Balance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Umar Ayyaz และคุณลักษณะหลักของมันคือ "A chrome extension that hides your balance on fiverr"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Fiverr Balance
ดาวน์โหลดไฟล์ส่วนขยาย Hide Fiverr Balance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A mini-chrome extension which enables you to hide your earning on fiverr. It is really helpful for those who don't want their earnings to be shown to someone around them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nohbkdlclfdeimjnjnclkdanphnkfgbh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hide-fiverr-balance/nohbkdlclfdeimjnjnclkdanphnkfgbh |
คำอธิบาย | A chrome extension that hides your balance on fiverr |
ขนาดไฟล์ | 82.19 KB |
จำนวนการติดตั้ง | 552 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-09-18 |
วันที่เผยแพร่ | 2019-09-18 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Umar Ayyaz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Fiverr Balance", "short_name": "Hide Fiverr Balance", "version": "1.0", "manifest_version": 2, "description": "A chrome extension that hides your balance on fiverr", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "content.js", "jquery-3.1.0.min.js" ], "css": [ "content.css" ], "matches": [ "*:\/\/www.fiverr.com\/*" ] } ], "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "tts", "tabs", "downloads", "https:\/\/www.fiverr.com\/*", "http:\/\/www.fiverr.com\/*" ] } |