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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |