Badoo Swiss Knife
Toolset for Badoo. Download full albums with one click, see full profile on encounters and much more
Badoo Swiss Knife란 무엇입니까?
Badoo Swiss Knife은(는) rankydevelopment에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Toolset for Badoo. Download full albums with one click, see full profile on encounters and much more"입니다.
확장 프로그램 스크린샷
Badoo Swiss Knife 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Toolset for Badoo. With this extension you can: - Download any photo when you are looking a profile. - Download all photos of a profile in seconds with just one click. Photos are downloaded as a single ZIP file, so you wouldn´t have hundred of files on your browser downloaded files. - When you are looking for new people in the encounters section, you can watch the full profile by pressing a button. Now you can talk to people or add them to your favorites list without having a mutual attraction. - Use the search function with your keyboard. Now you can select profiles using arrow keys, open the full profile with enter key (or open it in a new tab pressing space) , go to previous an next pages pressing 1 or 2, etc. Supercharge your Badoo experience with this free set of tools!
확장 프로그램 기본 정보
이름 | Badoo Swiss Knife |
ID | kdmhmhlhfgigdbnjmhpcjncflenlpacl |
공식 URL | https://chromewebstore.google.com/detail/badoo-swiss-knife/kdmhmhlhfgigdbnjmhpcjncflenlpacl |
설명 | Toolset for Badoo. Download full albums with one click, see full profile on encounters and much more |
파일 크기 | 135 KB |
설치 횟수 | 485 |
현재 버전 | 0.3 |
최근 업데이트 | 2014-12-30 |
출시 날짜 | 2014-12-30 |
평점 | 3.38/5 총 53 개의 평점 |
개발자 | rankydevelopment |
결제 유형 | free |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.3", "default_locale": "en", "icons": { "128": "icon128.png" }, "background": { "persistent": true, "scripts": [ "lib\/jszip.min.js", "lib\/jszip-utils.min.js", "lib\/FileSaver.min.js", "background.js" ] }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.9.1.min.js", "content.js" ], "css": [ "styles.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "lib\/*" ], "permissions": [ "tabs", "unlimitedStorage", "downloads", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ] } |