Shadow Cheese
Changes Cheese to Shadow Cheese.
Cos'è Shadow Cheese?
Shadow Cheese è un'estensione di Chrome sviluppata da pokemonrater, e la sua funzione principale è "Changes Cheese to Shadow Cheese.".
Scarica il file CRX dell'estensione Shadow Cheese
Scarica i file di estensione Shadow Cheese 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
                                             Informazioni di Base sull'Estensione
| Nome |   |  
| ID | piblegdcdmffchnlgmbfmhbgnoaojfib | 
| URL Ufficiale | https://chromewebstore.google.com/detail/shadow-cheese/piblegdcdmffchnlgmbfmhbgnoaojfib | 
| Descrizione | Changes Cheese to Shadow Cheese. | 
| Dimensione del File | 3.52 KB | 
| Conteggio Installazioni | 28 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2016-03-09 | 
| Data di Pubblicazione | 2016-03-08 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | pokemonrater | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shadow Cheese",
    "description": "Changes Cheese to Shadow Cheese.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |