Stay: Connect the browser world!

Userscript manager compatible with Tampermonkey, Violentmonkey. Dark mode for every website. Stay synched on Chrome/Safari/Firefox.

Τι είναι το Stay: Connect the browser world!;

Το Stay: Connect the browser world! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://staybrowser.com, και η κύρια λειτουργία του είναι "Userscript manager compatible with Tampermonkey, Violentmonkey. Dark mode for every website. Stay synched on Chrome/Safari/Firefox.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Stay: Connect the browser world!

Λήψη αρχείων επέκτασης Stay: Connect the browser world! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Stay is a browser enhancement extension that greatly improves the browsing experience and playability of the browser.
Stay for Safari has gained the trust of over a million users in the Apple ecosystem.
Excitingly, now Chrome users can also use Stay!

Stay for Chrome now supports the following features:
1.User script management - Install or write Tampermonkey or Violentmonkey scripts to enable automatic page turning, immersive translation, prevent redirection, and aggregate search functions in Safari.
2.Dark mode - Provide dark mode for every web site.
3.Stay synched - Log in with your Stay account to sync your data across any device.

Contact Us
If you have any questions, feel free to contact us at [email protected].
You can also follow our updates on Twitter at https://twitter.com/stayfork.
If you want more real-time feedback, feel free to join our Telegram group at http://t.me/fastclipchat.                    

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

Όνομα Stay: Connect the browser world! Stay: Connect the browser world!
ID hpbebebpjajeiadiakgckpahmhkbkpoa
Επίσημο URL https://chromewebstore.google.com/detail/stay-connect-the-browser/hpbebebpjajeiadiakgckpahmhkbkpoa
Περιγραφή Userscript manager compatible with Tampermonkey, Violentmonkey. Dark mode for every website. Stay synched on Chrome/Safari/Firefox.
Μέγεθος Αρχείου 1.51 MB
Αριθμός Εγκαταστάσεων 359
Τρέχουσα Έκδοση 2.6.1
Τελευταία Ενημέρωση 2024-03-02
Ημερομηνία Δημοσίευσης 2020-03-10
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://staybrowser.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "2.6.1",
    "description": "__MSG_extension_description__",
    "manifest_version": 2,
    "build": "222",
    "copyright": "Stay Browser",
    "icons": {
        "48": "extension-img\/icon-48-chrome.png",
        "96": "extension-img\/icon-96-chrome.png",
        "128": "extension-img\/icon-128-chrome.png",
        "256": "extension-img\/icon-256-chrome.png"
    },
    "background": {
        "scripts": [
            "source\/background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "source\/darkmode\/fallback.js",
                "source\/darkmode\/dark.config.js",
                "source\/darkmode\/dark.user.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "js": [
                "source\/content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "js": [
                "source\/inject\/install-script.js"
            ],
            "matches": [
                "*:\/\/greasyfork.org\/*\/scripts\/*"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "activeTab",
        "",
        "storage",
        "tabs",
        "alarms",
        "unlimitedStorage",
        "clipboardwrite",
        "cookies"
    ]
}