Fiverr Blur
Blur the account balance in fiverr and shows on hover
What is Fiverr Blur?
Fiverr Blur is a Chrome extension developed by Amitay Tweeto, and its main feature is "Blur the account balance in fiverr and shows on hover".
Extension Screenshots
Download Fiverr Blur Extension CRX File
Download Fiverr Blur extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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***
Extension Basic Information
Name | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
Official URL | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Description | Blur the account balance in fiverr and shows on hover |
File Size | 4.51 KB |
Installation Count | 265 |
Current Version | 1.2 |
Last Updated | 2017-12-21 |
Publish Date | 2017-12-21 |
Rating | 3.00/5 Total 6 Ratings |
Developer | Amitay Tweeto |
Payment Type | free |
Supported Languages | 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" ] } |