Fiverr Blur
Blur the account balance in fiverr and shows on hover
Fiverr Blurคืออะไร?
Fiverr Blur เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amitay Tweeto และคุณลักษณะหลักของมันคือ "Blur the account balance in fiverr and shows on hover"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fiverr Blur
ดาวน์โหลดไฟล์ส่วนขยาย Fiverr Blur ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you're using Fiverr in public areas and don't want other people to see your balance - this is the extension for you! It will simply blur out the number of your funds and if you want to see them, you just need to hover. ***This is not a Fiverr official product!*** ***This extension will NOT store your data anywhere IT'S SAFE TO USE***
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
คำอธิบาย | Blur the account balance in fiverr and shows on hover |
ขนาดไฟล์ | 4.51 KB |
จำนวนการติดตั้ง | 265 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-12-21 |
วันที่เผยแพร่ | 2017-12-21 |
คะแนน | 3.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Amitay Tweeto |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fiverr Blur", "description": "Blur the account balance in fiverr and shows on hover", "version": "1.2", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.fiverr.com\/*", "*:\/\/*.fiverr.com\/*" ], "css": [ "content.css" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "img\/icon.png" }, "permissions": [ "activeTab", "tabs" ] } |