start.xyz - Video Backgrounds

Get beautiful video (and image) backgrounds on your New Page Tab.

Τι είναι το start.xyz - Video Backgrounds;

Το start.xyz - Video Backgrounds είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://start.xyz, και η κύρια λειτουργία του είναι "Get beautiful video (and image) backgrounds on your New Page Tab.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης start.xyz - Video Backgrounds

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

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

                        StartXYZ enhancements for web browsers

By installing the "StartXYZ" custom search engine extension you can easily access our search field from every new tab page you open.

The StartXYZ extension changes your Chrome Default Search Engine and your New Tab URL to start.xyz.
The New Tab Page offers you free HD video backgrounds based on your chosen interests / categories.

Required permissions for this extension are:

'search_provider' - This permission is needed to change your Default Search Engine. All searches will be redirected to start.xyz.
'json' - This permission is needed to check if you are already using our extension. If so, we do not offer it to you again.

Uninstallation: To uninstall this extension, simply remove it from Chrome within your Extension Settings.

Our Privacy Policy: https://start.xyz/privacy-policy
Our Terms of Use: https://start.xyz/terms-and-conditions
Support: https://start.xyz/support

You can contact us any time via email: [email protected] or simply fill out our contact form: https://start.xyz/support                    

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

Όνομα start.xyz - Video Backgrounds start.xyz - Video Backgrounds
ID oodpgglcmckddcmghkdfdfoepibmgigp
Επίσημο URL https://chromewebstore.google.com/detail/startxyz-video-background/oodpgglcmckddcmghkdfdfoepibmgigp
Περιγραφή Get beautiful video (and image) backgrounds on your New Page Tab.
Μέγεθος Αρχείου 7.56 KB
Αριθμός Εγκαταστάσεων 783
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-07-23
Ημερομηνία Δημοσίευσης 2021-04-20
Προγραμματιστής https://start.xyz
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://start.xyz
Διεύθυνση URL της Σελίδας Βοήθειας https://start.xyz/support
URL της Σελίδας Πολιτικής Απορρήτου https://start.xyz/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "start.xyz - Video Backgrounds",
    "description": "Get beautiful video (and image) backgrounds on your New Page Tab.",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "*.json"
    ]
}