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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toolset for Badoo. Download full albums with one click, see full profile on encounters and much more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Badoo Swiss Knife एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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:\/\/*\/*"
    ]
}