Fiverr Blur
Blur the account balance in fiverr and shows on hover
什麼是Fiverr Blur?
Fiverr Blur是由Amitay Tweeto開發的Chrome擴展程式,該擴展的主要功能是“Blur the account balance in fiverr and shows on hover”。
擴展截圖
下載Fiverr Blur擴展crx文件
下載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 |
官方網址 | 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" ] } |