Fiverr Blur
Blur the account balance in fiverr and shows on hover
O que é Fiverr Blur?
Fiverr Blur é uma extensão do Chrome desenvolvida por Amitay Tweeto, e sua principal característica é "Blur the account balance in fiverr and shows on hover".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fiverr Blur
Baixe arquivos de extensão Fiverr Blur no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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***
Informações Básicas da Extensão
Nome | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
URL Oficial | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Descrição | Blur the account balance in fiverr and shows on hover |
Tamanho do Arquivo | 4.51 KB |
Contagem de Instalações | 265 |
Versão Atual | 1.2 |
Última Atualização | 2017-12-21 |
Data de Publicação | 2017-12-21 |
Classificação | 3.00/5 Total de 6 Avaliações |
Desenvolvedor | Amitay Tweeto |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |