Fiverr Blur
Blur the account balance in fiverr and shows on hover
Cos'è Fiverr Blur?
Fiverr Blur è un'estensione di Chrome sviluppata da Amitay Tweeto, e la sua funzione principale è "Blur the account balance in fiverr and shows on hover".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fiverr Blur
Scarica i file di estensione Fiverr Blur in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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***
Informazioni di Base sull'Estensione
Nome | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
URL Ufficiale | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Descrizione | Blur the account balance in fiverr and shows on hover |
Dimensione del File | 4.51 KB |
Conteggio Installazioni | 265 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-12-21 |
Data di Pubblicazione | 2017-12-21 |
Valutazione | 3.00/5 Totale 6 Valutazioni |
Sviluppatore | Amitay Tweeto |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |