Fiverr Blur
Blur the account balance in fiverr and shows on hover
Qu'est-ce que Fiverr Blur ?
Fiverr Blur est une extension Chrome développée par Amitay Tweeto, et sa fonction principale est "Blur the account balance in fiverr and shows on hover".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fiverr Blur
Téléchargez les fichiers d'extension Fiverr Blur au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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***
Informations de Base sur l'Extension
Nom | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
URL Officiel | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Description | Blur the account balance in fiverr and shows on hover |
Taille du Fichier | 4.51 KB |
Nombre d'Installations | 265 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-12-21 |
Date de Publication | 2017-12-21 |
Évaluation | 3.00/5 Total 6 Évaluations |
Développeur | Amitay Tweeto |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |