Screensaver

A screen saver for Google Chrome.

Τι είναι το Screensaver;

Το Screensaver είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pothos, και η κύρια λειτουργία του είναι "A screen saver for Google Chrome.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A screen saver for Google Chrome browser. When your computer is idle, the screen saver will decorate your screen and interior with a beautiful and interesting background, protect your sensitive information left on a screen from prying eyes, and in some cases reduce display degradation.

Includes a large set of scenes on various themes, including nature, forest, sea, animals, fireplace, space, abstractions, bouncing DVD logo, “The Matrix” and others. Some scenes are generated programmatically while the screensaver is running, others use video recordings. Also, as a screensaver, you can use any web pages and photos.

Works on any operating system that runs the browser, be it Windows, macOS, Linux or ChromeOS.

An Internet connection is required to play back scenes with video.

If you specify a web page (URL) from the YouTube website as a screen saver, it will open in a new tab in normal mode, and not in full screen like all other screensavers. This is due to technical features of the YouTube site.

If you use a photo (file) from your local disk as a screen saver, then the size of this photo (file) should not exceed 10 MB. This is the technical requirement of the browser.

The extension uses, among other things, the following assets, available for use under free licenses:
https://codepen.io/bts/pen/BygMzB / David Zakrzewski / MIT
https://codepen.io/yashbhardwaj/pen/QWKKgb / Yash Bhardwaj / MIT
Beautiful Winter Snow (https://www.youtube.com/watch?v=AxnGI7K00-w) / 99darkshadows / CC BY 3.0
https://pixabay.com/videos/nature-waterfall-tropical-rain-107976
https://pixabay.com/videos/ape-monkey-primate-barbary-macaque-8216
https://pixabay.com/videos/fireplace-fire-chimney-christmas-19166
https://pixabay.com/videos/forest-green-grass-nature-landscape-32812
https://pixabay.com/videos/butterflies-flowers-forest-trees-90450
https://pixabay.com/videos/cat-feline-pet-fur-whiskers-49370
https://pixabay.com/videos/waves-sea-ocean-storm-water-tide-71122
https://pixabay.com/videos/neon-terrain-80-retro-abstract-21368                    

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

Όνομα Screensaver Screensaver
ID naejhikacbhadlehaeombhofjnpcbejj
Επίσημο URL https://chromewebstore.google.com/detail/screensaver/naejhikacbhadlehaeombhofjnpcbejj
Περιγραφή A screen saver for Google Chrome.
Μέγεθος Αρχείου 83.66 KB
Αριθμός Εγκαταστάσεων 1,652
Τρέχουσα Έκδοση 2.0.0.1
Τελευταία Ενημέρωση 2023-12-14
Ημερομηνία Δημοσίευσης 2023-07-02
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Pothos
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,pt-BR,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_lngExtTitle__",
    "version": "2.0.0.1",
    "description": "__MSG_lngExtDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "idle"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}