Darling In The Franxx Theme
Animation Tab
Qu'est-ce que Darling In The Franxx Theme ?
Darling In The Franxx Theme est une extension Chrome développée par http://nightcoretgofficial.blogspot.com, et sa fonction principale est "Animation Tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Darling In The Franxx Theme
Téléchargez les fichiers d'extension Darling In The Franxx Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jkamchfaakbbbhgdlcbephkhialhfipm |
URL Officiel | https://chrome.google.com/webstore/detail/darling-in-the-franxx-the/jkamchfaakbbbhgdlcbephkhialhfipm |
Description | Animation Tab |
Taille du Fichier | 60.81 MB |
Nombre d'Installations | 27 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-05-01 |
Date de Publication | 2019-05-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://nightcoretgofficial.blogspot.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |