Everton

Show your support for the Blues by installing the official Everton homepage extension!

Qu'est-ce que Everton ?

Everton est une extension Chrome développée par http://fansearch.net, et sa fonction principale est "Show your support for the Blues by installing the official Everton homepage extension!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Everton

Téléchargez les fichiers d'extension Everton 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

                        Get the latest official news, views and video on launch of your browser with the official Everton homepage extension! Customise your page to suit you and enjoy the following:

• Breaking news 
• Daily content from players and staff
• Official Club announcements
• Social media updates
• Up-to-date wallpapers                    

Informations de Base sur l'Extension

Nom Everton Everton
ID cbcnpfajjimnmnmkpgmmhnmhjkaindpm
URL Officiel https://chrome.google.com/webstore/detail/everton/cbcnpfajjimnmnmkpgmmhnmhjkaindpm
Description Show your support for the Blues by installing the official Everton homepage extension!
Taille du Fichier 2.2 MB
Nombre d'Installations 764
Version Actuelle 2.8.3
Dernière Mise à Jour 2020-11-19
Date de Publication 2020-11-17
Évaluation 5.00/5 Total 4 Évaluations
Développeur http://fansearch.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.evertonfc.com
URL de la Page d'Aide https://www.evertonfc.com
URL de la Page de Politique de Confidentialité https://www.brandturbo.vip/privacy
Langues Prises en Charge en-GB,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.8.3",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.evertonfc.com\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Fansearch",
            "keyword": "fansearch",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/www.fansearch.net\/search?rtag=evrt&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}",
            "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico",
            "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=evrt&rsrc=o&q={searchTerms}&fmt=cr"
        }
    },
    "default_locale": "en_GB"
}