Defly Power Up+

Make Defly.io your own. Have tasks such as leveling up your copter and changing your name automated.

Τι είναι το Defly Power Up+;

Το Defly Power Up+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον codertjp, και η κύρια λειτουργία του είναι "Make Defly.io your own. Have tasks such as leveling up your copter and changing your name automated.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Defly Power Up+

Λήψη αρχείων επέκτασης Defly Power Up+ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automate leveling and forget the hassle. Choose what upgrades (in order) you'd like, then we will click the + buttons for you. After set up, open the drop-down and select your leveling preset. Then use a key bind (set up in settings) to start/stop this task. Stay connected with friends and family by sharing your leveling presets via QR code or URL.
Having an alt name in Defly has never been easier. Simply type your name, select your skin, and, if you have premium, select your badge. After clicking save, your name will become available in a drop-down on the home screen. Upon selecting a name, the page will reload and automatically change. If you don't want the name changer, hide this menu in settings. 
Defly has server ports like 'use4:3005'. To change your port, click the server drop-down and at the bottom you will see a 'Port' input box. Enter the port then click 'Open port'. 
Our extension also has advanced settings that allow you to apply CSS and Import/Export config. Customize the page with CSS by adding a background image to home screen, changing various colors, adding animations using key frames, and more. Everything listed above is saved to the config, including level presets, key binds, names, and CSS saved as cookies on 'https://defly.io/'.
Enjoy!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Defly Power Up+ Defly Power Up+
ID gpfbkegbgfpjckfmbbiakenbhidcpjdf
Επίσημο URL https://chromewebstore.google.com/detail/defly-power-up+/gpfbkegbgfpjckfmbbiakenbhidcpjdf
Περιγραφή Make Defly.io your own. Have tasks such as leveling up your copter and changing your name automated.
Μέγεθος Αρχείου 201 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 1.2.31
Τελευταία Ενημέρωση 2024-02-04
Ημερομηνία Δημοσίευσης 2024-01-02
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής codertjp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Defly Power Up+",
    "description": "Make Defly.io your own. Have tasks such as leveling up your copter and changing your name automated.",
    "version": "1.2.31",
    "manifest_version": 3,
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/defly.io\/*"
            ],
            "js": [
                "scripts\/init.js",
                "scripts\/errors.js",
                "scripts\/settings\/getSettings.js",
                "scripts\/message.js",
                "scripts\/actions.js",
                "scripts\/crypt.js",
                "scripts\/files.js",
                "scripts\/popup.js",
                "scripts\/dropDowns\/dropDown.js",
                "scripts\/keybinds.js",
                "scripts\/infoScreen.js",
                "scripts\/settings\/loadSettings.js",
                "scripts\/dropDowns\/altName.js",
                "scripts\/dropDowns\/customTabs.js",
                "scripts\/autoUpgrading.js",
                "scripts\/ports.js",
                "scripts\/URL.js",
                "scripts\/power.js",
                "scripts\/skinTabs.js",
                "scripts\/bannedTester.js",
                "scripts\/onload.js"
            ]
        }
    ],
    "action": {
        "default_title": "Defly Power Up+"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}