Darling In The Franxx Theme
Animation Tab
Cos'è Darling In The Franxx Theme?
Darling In The Franxx Theme è un'estensione di Chrome sviluppata da http://nightcoretgofficial.blogspot.com, e la sua funzione principale è "Animation Tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Darling In The Franxx Theme
Scarica i file di estensione Darling In The Franxx 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
Installing my Extension, it will give you backgrounds of an anime name's Darling In The Franxx. And also enjoy the music if you wanted to. I will keep update the pictures for your guys.
Informazioni di Base sull'Estensione
Nome | |
ID | jkamchfaakbbbhgdlcbephkhialhfipm |
URL Ufficiale | https://chrome.google.com/webstore/detail/darling-in-the-franxx-the/jkamchfaakbbbhgdlcbephkhialhfipm |
Descrizione | Animation Tab |
Dimensione del File | 60.81 MB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-05-01 |
Data di Pubblicazione | 2019-05-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://nightcoretgofficial.blogspot.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nightcore Forever", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_popup": "popup.html", "default_title": "" }, "manifest_version": 2, "name": "Darling In The Franxx Theme", "version": "1.0.1", "homepage_url": "https:\/\/www.youtube.com\/NightcoreTG", "description": "Animation Tab", "permissions": [ "activeTab" ], "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "videos\/*.mp4" ] } |