LeBron James Extension
This extension shows random Lebron James photos.
Cos'è LeBron James Extension?
LeBron James Extension è un'estensione di Chrome sviluppata da nickstrad, e la sua funzione principale è "This extension shows random Lebron James photos.".
Scarica il file CRX dell'estensione LeBron James Extension
Scarica i file di estensione LeBron James 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
Extension to display Lebron James photos per click.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | olilhmehenklbfdpmlldfhcgocjfokdn |
URL Ufficiale | https://chrome.google.com/webstore/detail/lebron-james-extension/olilhmehenklbfdpmlldfhcgocjfokdn |
Descrizione | This extension shows random Lebron James photos. |
Dimensione del File | 6.3 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-10-23 |
Data di Pubblicazione | 2015-10-23 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | nickstrad |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeBron James Extension", "description": "This extension shows random Lebron James photos.", "version": "1.0", "browser_action": { "default_icon": "lebron.png", "default_popup": "popup.html", "default_title": "Click Lebron!" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |