Steroids for Badoo v.1.5
Adds missing features on badoo.com websites.
Steroids for Badoo v.1.5란 무엇입니까?
Steroids for Badoo v.1.5은(는) Stan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds missing features on badoo.com websites."입니다.
확장 프로그램 스크린샷
Steroids for Badoo v.1.5 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds features: - history of all visited profiles - shows all profile info right on the encounters page (no need to navigate to profile page - link to the profile page from encounters (a real hyperlink that opens a web page with URL that can be saved or sent). - custom Favorite button that is always available (on badoo sometimes Favorite button gets hidden) - adds a button to download photo (I use it for search in social networks by face photo) NOTE: this extension stores all history data locally in your chrome browser (no cloud storage). If you remove the extension then all history will be lost and there will be no way to recover it (unless you have exported history). PS: Please don't hesitate to leave feedback. Especially if something doesn't work. I don't promise that I will fix it but it's just interesting for me to know if it works or not. I tested this plugin only using my account. I don't even know if it works on female accounts. What is new in version 1.1: - added "Photo" button for downloading current photo - added dislikes filter on history page - added export/import buttons on history page What is new in version 1.2: - bug fix: automatic injection stopped to work What is new in version 1.3: - bug fix: extension didn't work when url is 3rd level domain (like us1.badoo.com - "us1" was the issue) - removed not used permissions - fixed missing icon on chrome://extensions page What is new in version 1.4: - bug fix: when you first open the encounters page it doesn't show profile info automatically and you have to click on 'Reinject' button. it's a regression bug introduced in version 1.3 and I fixed it in 1.4 What is new in version 1.5: - fixed that the plugin stopped to work after updates on badoo web site
확장 프로그램 기본 정보
이름 | Steroids for Badoo v.1.5 |
ID | aallcmelejdfkmcdijkklloblonbeiap |
공식 URL | https://chromewebstore.google.com/detail/steroids-for-badoo-v15/aallcmelejdfkmcdijkklloblonbeiap |
설명 | Adds missing features on badoo.com websites. |
파일 크기 | 47.68 KB |
설치 횟수 | 840 |
현재 버전 | 1.5 |
최근 업데이트 | 2019-08-28 |
출시 날짜 | 2019-08-27 |
평점 | 4.13/5 총 8 개의 평점 |
개발자 | Stan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steroids for Badoo v.1.5", "version": "1.5", "description": "Adds missing features on badoo.com websites.", "permissions": [ "storage", "unlimitedStorage" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/badoo.com\/*", "https:\/\/*.badoo.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ], "page_action": { "default_icon": "icon.png" }, "externally_connectable": { "matches": [ "*:\/\/*.badoo.com\/*" ] }, "web_accessible_resources": [ "steroids.js", "steroids.css", "history.html", "history.js" ], "manifest_version": 2 } |