Fiverr Blur
Blur the account balance in fiverr and shows on hover
Co to jest Fiverr Blur?
Fiverr Blur to rozszerzenie Chrome opracowane przez Amitay Tweeto, a jego główną funkcją jest „Blur the account balance in fiverr and shows on hover”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fiverr Blur
Pobierz pliki rozszerzeń Fiverr Blur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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***
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
Oficjalny URL | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Opis | Blur the account balance in fiverr and shows on hover |
Rozmiar pliku | 4.51 KB |
Liczba instalacji | 265 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2017-12-21 |
Data Publikacji | 2017-12-21 |
Ocena | 3.00/5 Łącznie 6 Oceny |
Deweloper | Amitay Tweeto |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |