Shia Labeouf
Changes Car to Shia Labeouf. (Including any words that have car in them.)
Cos'è Shia Labeouf?
Shia Labeouf è un'estensione di Chrome sviluppata da pokemonrater, e la sua funzione principale è "Changes Car to Shia Labeouf. (Including any words that have car in them.)".
Scarica il file CRX dell'estensione Shia Labeouf
Scarica i file di estensione Shia Labeouf 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 | lpjadpempehpmgohfhippcljaafbhlca |
URL Ufficiale | https://chrome.google.com/webstore/detail/shia-labeouf/lpjadpempehpmgohfhippcljaafbhlca |
Descrizione | Changes Car to Shia Labeouf. (Including any words that have car in them.) |
Dimensione del File | 3.55 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-03-08 |
Data di Pubblicazione | 2016-03-08 |
Valutazione | 5.00/5 Totale 2 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": "Shia Labeouf", "description": "Changes Car to Shia Labeouf. (Including any words that have car in them.)", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |