Avengers Endgame Tony Stark Theme
Part of the journey is the end.
Cos'è Avengers Endgame Tony Stark Theme?
Avengers Endgame Tony Stark Theme è un'estensione di Chrome sviluppata da http://www.appicted.in, e la sua funzione principale è "Part of the journey is the end.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Avengers Endgame Tony Stark Theme
Scarica i file di estensione Avengers Endgame Tony Stark Theme 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
How do you think it's going to end? :-) You can check out more of my work at: www.appicted.in Bye bye!
Informazioni di Base sull'Estensione
Nome | |
ID | ocgaipbjkgllbpcdeddnpbbkigelmmac |
URL Ufficiale | https://chrome.google.com/webstore/detail/avengers-endgame-tony-sta/ocgaipbjkgllbpcdeddnpbbkigelmmac |
Descrizione | Part of the journey is the end. |
Dimensione del File | 546 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2018-12-09 |
Data di Pubblicazione | 2018-12-09 |
Sviluppatore | http://www.appicted.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.coach.me/Dhiraj?ref=YJNVl |
URL della Pagina di Aiuto | http://www.appicted.in |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "description": "Part of the journey is the end.", "name": "Avengers Endgame Tony Stark Theme", "browser_action": { "default_icon": "icon.png", "default_title": "Avengers Endgame Tony Stark" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "64": "smallIcon.png", "128": "icon.png" }, "incognito": "split" } |