Fiverr Blur
Blur the account balance in fiverr and shows on hover
Τι είναι το Fiverr Blur;
Το Fiverr Blur είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Amitay Tweeto, και η κύρια λειτουργία του είναι "Blur the account balance in fiverr and shows on hover".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fiverr Blur
Λήψη αρχείων επέκτασης Fiverr Blur σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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***
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
Επίσημο URL | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Περιγραφή | Blur the account balance in fiverr and shows on hover |
Μέγεθος Αρχείου | 4.51 KB |
Αριθμός Εγκαταστάσεων | 265 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2017-12-21 |
Ημερομηνία Δημοσίευσης | 2017-12-21 |
Αξιολόγηση | 3.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Amitay Tweeto |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |