Darling In The Franxx Theme
Animation Tab
Hvad er Darling In The Franxx Theme?
Darling In The Franxx Theme er en Chrome-udvidelse udviklet af http://nightcoretgofficial.blogspot.com, og dens hovedfunktion er "Animation Tab".
Udvidelsesskærmbilleder
Download Darling In The Franxx Theme-udvidelses-CRX-fil
Download Darling In The Franxx Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jkamchfaakbbbhgdlcbephkhialhfipm |
Officiel URL | https://chrome.google.com/webstore/detail/darling-in-the-franxx-the/jkamchfaakbbbhgdlcbephkhialhfipm |
Beskrivelse | Animation Tab |
Filstørrelse | 60.81 MB |
Antal Installationer | 27 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2019-05-01 |
Udgivelsesdato | 2019-05-01 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://nightcoretgofficial.blogspot.com |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |