Elon Musk Extension

Get inspired by Elon Musk

Cos'è Elon Musk Extension?

Elon Musk Extension è un'estensione di Chrome sviluppata da ybinstock, e la sua funzione principale è "Get inspired by Elon Musk".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Elon Musk Extension

Scarica i file di estensione Elon Musk Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Elon Musk Extension Elon Musk Extension
ID cnbgfeehcdmflcmfeljhjcgdgleajnck
URL Ufficiale https://chrome.google.com/webstore/detail/elon-musk-extension/cnbgfeehcdmflcmfeljhjcgdgleajnck
Descrizione Get inspired by Elon Musk
Dimensione del File 9.01 MB
Conteggio Installazioni 48
Versione Corrente 8
Ultimo Aggiornamento 2017-06-20
Data di Pubblicazione 2017-06-20
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore ybinstock
Tipo di Pagamento free
Sito Web dell'Estensione http://www.yonibinstock.com
Lingue Supportate 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'"
}