Darling In The Franxx Theme

Animation Tab

Co to jest Darling In The Franxx Theme?

Darling In The Franxx Theme to rozszerzenie Chrome opracowane przez http://nightcoretgofficial.blogspot.com, a jego główną funkcją jest „Animation Tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Darling In The Franxx Theme

Pobierz pliki rozszerzeń Darling In The Franxx Theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Darling In The Franxx Theme Darling In The Franxx Theme
ID jkamchfaakbbbhgdlcbephkhialhfipm
Oficjalny URL https://chrome.google.com/webstore/detail/darling-in-the-franxx-the/jkamchfaakbbbhgdlcbephkhialhfipm
Opis Animation Tab
Rozmiar pliku 60.81 MB
Liczba instalacji 27
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-05-01
Data Publikacji 2019-05-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://nightcoretgofficial.blogspot.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}