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ファイルをダウンロード
Badoo Swiss Knife拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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:\/\/*\/*" ] } |