Fiverr Blur
Blur the account balance in fiverr and shows on hover
Fiverr Blur là gì?
Fiverr Blur là một tiện ích mở rộng Chrome được phát triển bởi Amitay Tweeto, và tính năng chính của nó là "Blur the account balance in fiverr and shows on hover".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fiverr Blur
Tải xuống các tệp mở rộng Fiverr Blur dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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***
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
URL Chính Thức | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Mô tả | Blur the account balance in fiverr and shows on hover |
Kích Thước Tệp | 4.51 KB |
Số Lần Cài Đặt | 265 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-12-21 |
Ngày Phát Hành | 2017-12-21 |
Đánh Giá | 3.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Amitay Tweeto |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |