Elon Musk Extension

Get inspired by Elon Musk

Qu'est-ce que Elon Musk Extension ?

Elon Musk Extension est une extension Chrome développée par ybinstock, et sa fonction principale est "Get inspired by Elon Musk".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Elon Musk Extension

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

                        Love Elon Musk and want to be inspired by just like him?

Get the extension that will feature a quote of his every time you open a new tab.                    

Informations de Base sur l'Extension

Nom Elon Musk Extension Elon Musk Extension
ID cnbgfeehcdmflcmfeljhjcgdgleajnck
URL Officiel https://chrome.google.com/webstore/detail/elon-musk-extension/cnbgfeehcdmflcmfeljhjcgdgleajnck
Description Get inspired by Elon Musk
Taille du Fichier 9.01 MB
Nombre d'Installations 48
Version Actuelle 8
Dernière Mise à Jour 2017-06-20
Date de Publication 2017-06-20
Évaluation 2.33/5 Total 3 Évaluations
Développeur ybinstock
Type de Paiement free
Site Web de l'Extension http://www.yonibinstock.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elon Musk Extension",
    "version": "8",
    "description": "Get inspired by Elon Musk",
    "icons": {
        "16": "ico.ico",
        "48": "ico.ico",
        "128": "ico.ico"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Elon Musk Extension",
        "default_popup": "\/pages\/popup.html"
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "",
        "webRequest",
        "*:\/\/*.google.com\/"
    ],
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": true
    },
    "options_page": "\/pages\/fieldpage.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/www.bit.ly\/FocusExtension inspire.html https:\/\/www.tilt.com\/tilts\/donate-to-support-focus?_branch_match_id=219151969309229271 http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.5\/js\/bootstrap.min.js https:\/\/ssl.google-analytics.com\/ga.js http:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.3\/jquery.min.js https:\/\/connect.facebook.net https:\/\/www.facebook.com https:\/\/chrome.google.com https:\/\/chrome.google.com; object-src 'self'"
}