NooBoss

A powerful Extensions Manager and Userscript Manager with many unique features

Τι είναι το NooBoss;

Το NooBoss είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ainoob.com, και η κύρια λειτουργία του είναι "A powerful Extensions Manager and Userscript Manager with many unique features".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NooBoss

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

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

                        NooBoss is an extension that manages your extensions.
With NooBoss, you can check the details of your extensions, from permissions they need to the date they got updated. You can also check the community tags for each apps/extensions, and tag it so others will know if it's a good app/extension or not. You can also set rules for extensions so that they will be enabled only when you opened certain websites. 

Functions that NooBoss provides:
*Manage your apps
---enable/disable/remove one or a bunch of apps
*NooBoss community
---get apps recommended by NooBoss community for the website you are visiting
---you can recommend useful apps to NooBoss community
---you can tag useful or spam apps
*Auto state management
---automatically enable/disable apps base on auto state rules
---(you can save memory)
---(enable apps only when you need them)
*Show history of apps
---installation, removal, enabling, disabling
---show the version change
---(you can tell when did apps got updated)
*Show detailed information of apps
---download crx file
---open manifest file
---see permissions
---And a lot more information                    

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

Όνομα NooBoss NooBoss
ID aajodjghehmlpahhboidcpfjcncmcklf
Επίσημο URL https://chromewebstore.google.com/detail/nooboss/aajodjghehmlpahhboidcpfjcncmcklf
Περιγραφή A powerful Extensions Manager and Userscript Manager with many unique features
Μέγεθος Αρχείου 247 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 0.1.9
Τελευταία Ενημέρωση 2022-03-21
Ημερομηνία Δημοσίευσης 2020-03-29
Αξιολόγηση 4.46/5 Συνολικά 253 Αξιολογήσεις
Προγραμματιστής https://ainoob.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ainoob.com/project/nooboss
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/AInoob/NooBoss/issues
URL της Σελίδας Πολιτικής Απορρήτου https://ainoob.com/privacy.txt
Υποστηριζόμενες Γλώσσες en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "version": "0.1.9",
    "options_page": "popup.html?page=options",
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_title": "NooBoss~",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "42",
    "permissions": [
        "tabs",
        "management",
        "notifications",
        "storage",
        "unlimitedStorage",
        "https:\/\/clients2.google.com\/*",
        "https:\/\/ainoob.com\/*"
    ]
}