Settings for Chrome

Get quick access to the main Chrome settings

Τι είναι το Settings for Chrome;

Το Settings for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chrome Settings, και η κύρια λειτουργία του είναι "Get quick access to the main Chrome settings".

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

screenshot
screenshot

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

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

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

                        The extension helps you save time and get to your Chrome Settings in one click. 

It also provides quick access to tabs, websites, privacy, cookies and other Google Chrome browser settings. 

You will be able to delete data in one or two clicks without constantly looking for where the function is located. 

To use the extension, install it from the official Chrome Web store by clicking on the blue "add" button. 

You can always contact us and tell us what features to add, so you will always be happy using our product.                    

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

Όνομα Settings for Chrome Settings for Chrome
ID ojpnlpccfabehnhgomligckdldhcebnn
Επίσημο URL https://chromewebstore.google.com/detail/settings-for-chrome/ojpnlpccfabehnhgomligckdldhcebnn
Περιγραφή Get quick access to the main Chrome settings
Μέγεθος Αρχείου 82.9 KB
Αριθμός Εγκαταστάσεων 500,000
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2022-06-24
Αξιολόγηση 3.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Chrome Settings
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1aTwSVl_6VN3qT45o2NmVk_630Fl-b6gztrW9Agfuf04/edit?usp=sharing
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.2.3",
    "manifest_version": 3,
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "__MSG_extension_name__",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "24": "icons\/icon_24.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/browser_settings.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/domain_settings.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "scripts\/default_settings.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/icon_24.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule1",
                "enabled": true,
                "path": "rules1.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content-script.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}