Fiverr Blur
Blur the account balance in fiverr and shows on hover
Apa itu Fiverr Blur?
Fiverr Blur adalah ekstensi Chrome yang dikembangkan oleh Amitay Tweeto, dan fitur utamanya adalah "Blur the account balance in fiverr and shows on hover".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fiverr Blur
Unduh file ekstensi Fiverr Blur dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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***
Informasi Dasar Ekstensi
Nama | |
ID | hepnbeppgbicfgkjmppllmolmpdmodbl |
URL Resmi | https://chrome.google.com/webstore/detail/fiverr-blur/hepnbeppgbicfgkjmppllmolmpdmodbl |
Deskripsi | Blur the account balance in fiverr and shows on hover |
Ukuran File | 4.51 KB |
Jumlah Instalasi | 265 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-12-21 |
Tanggal Publikasi | 2017-12-21 |
Penilaian | 3.00/5 Total 6 Penilaian |
Pengembang | Amitay Tweeto |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |