Fiverr Blur
Blur the account balance in fiverr and shows on hover
Hvad er Fiverr Blur?
Fiverr Blur er en Chrome-udvidelse udviklet af Amitay Tweeto, og dens hovedfunktion er "Blur the account balance in fiverr and shows on hover".
Udvidelsesskærmbilleder
Download Fiverr Blur-udvidelses-CRX-fil
Download Fiverr Blur-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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***
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
Officiel URL | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Beskrivelse | Blur the account balance in fiverr and shows on hover |
Filstørrelse | 4.51 KB |
Antal Installationer | 265 |
Nuværende Version | 1.2 |
Senest Opdateret | 2017-12-21 |
Udgivelsesdato | 2017-12-21 |
Bedømmelse | 3.00/5 Samlet 6 Bedømmelser |
Udvikler | Amitay Tweeto |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |