Secret Extension
Shhhh. Only dreams now.
Cos'è Secret Extension?
Secret Extension è un'estensione di Chrome sviluppata da Andy Groff, e la sua funzione principale è "Shhhh. Only dreams now.".
Scarica il file CRX dell'estensione Secret Extension
Scarica i file di estensione Secret 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
                        This extension is... well... coool                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hbkhcmcomahiakpeliildjelgpgjpjfl | 
| URL Ufficiale | https://chromewebstore.google.com/detail/secret-extension/hbkhcmcomahiakpeliildjelgpgjpjfl | 
| Descrizione | Shhhh. Only dreams now. | 
| Dimensione del File | 149 KB | 
| Conteggio Installazioni | 13 | 
| Versione Corrente | 0.0.1 | 
| Ultimo Aggiornamento | 2015-12-03 | 
| Data di Pubblicazione | 2015-12-03 | 
| Sviluppatore | Andy Groff | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secret Extension",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Shhhh. Only dreams now.",
    "homepage_url": "http:\/\/extensionizr.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}  |  |