Cars Backgrounds

This is the beautiful cars background extension.

Qu'est-ce que Cars Backgrounds ?

Cars Backgrounds est une extension Chrome développée par manictrafficcorp, et sa fonction principale est "This is the beautiful cars background extension.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cars Backgrounds

Téléchargez les fichiers d'extension Cars Backgrounds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension allows you to set your New Tab Search to an cars themed background. Additionally, you will have the current date and day of the week right on your new tab.

Simply choose one of several beautiful cars images and save.

Change your selection at any time with an easy to use settings page.

By using this extension you agree to our terms and privacy located at: 

https://manictraffic.com/privacy-policy
https://manictraffic.com/terms-of-service                    

Informations de Base sur l'Extension

Nom Cars Backgrounds Cars Backgrounds
ID mcmlcgnjcokhkmbiooeghncafmndlmbn
URL Officiel https://chrome.google.com/webstore/detail/cars-backgrounds/mcmlcgnjcokhkmbiooeghncafmndlmbn
Description This is the beautiful cars background extension.
Taille du Fichier 6.3 MB
Nombre d'Installations 12,044
Version Actuelle 3.0
Dernière Mise à Jour 2022-08-16
Date de Publication 2019-11-12
Développeur manictrafficcorp
Email [email protected]
URL de la Page de Politique de Confidentialité http://manictraffic.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cars Backgrounds",
    "description": "This is the beautiful cars background extension.",
    "version": "3.0",
    "browser_action": [],
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}