High School DxD Wallpapers New Tab

High School DxD theme in new tab

Hvad er High School DxD Wallpapers New Tab?

High School DxD Wallpapers New Tab er en Chrome-udvidelse udviklet af https://newtab.be, og dens hovedfunktion er "High School DxD theme in new tab".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download High School DxD Wallpapers New Tab-udvidelses-CRX-fil

Download High School DxD Wallpapers New Tab-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

                        THIS EXTENSION IS LIMITED TO ["https://high-school-dxd.newtab.be/*"] ONLY

High School DxD Wallpapers New tab - an extension for your web browser that opens special settings for a new tab.

Theme features High School DxD Wallpapers New tab:

✱ News panel

The bottom panel shows news videos from the world's official news agencies posted on the YouTube platform.

✱ Full HD wallpapers

Instead of boring gray background, stunning Full HD wallpapers will appear in High School DxD New Tab theme.

✱ Search bar

Quick access to the largest and most well-known search engines in the world provides a theme search bar High School DxD.

✱ Shortcuts

Save your favorite sites to the theme shortcut panel High School DxD Wallpapers New tab. You can go to important and frequently visited websites with just one click.                    

Grundlæggende oplysninger om udvidelsen

Navn High School DxD Wallpapers New Tab High School DxD Wallpapers New Tab
ID boiggkdaojiklfodjdlpncncpiebjbdp
Officiel URL https://chrome.google.com/webstore/detail/high-school-dxd-wallpaper/boiggkdaojiklfodjdlpncncpiebjbdp
Beskrivelse High School DxD theme in new tab
Filstørrelse 19.45 MB
Antal Installationer 700
Nuværende Version 1.5.0.8
Senest Opdateret 2022-04-06
Udgivelsesdato 2021-12-02
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://newtab.be
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://newtab.be/privacy
Understøttede Sprog de,en,fr,vi,tr,es,it,pt-BR,pt-PT,ru,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.5.0.8",
    "host_permissions": [
        "https:\/\/high-school-dxd.newtab.be\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/high-school-dxd.newtab.be\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html?a"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "high-school-dxd",
                "40"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "offline_enabled": true,
    "action": [],
    "default_locale": "en",
    "manifest_version": 3
}