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 |
公式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" ] } |