High School DxD Wallpapers New Tab

High School DxD theme in new tab

Vad är High School DxD Wallpapers New Tab?

High School DxD Wallpapers New Tab är en Chrome-tillägg utvecklad av https://newtab.be, och dess huvudfunktion är "High School DxD theme in new tab".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner High School DxD Wallpapers New Tab-förlängningens CRX-fil

Ladda ner High School DxD Wallpapers New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn High School DxD Wallpapers New Tab High School DxD Wallpapers New Tab
ID boiggkdaojiklfodjdlpncncpiebjbdp
Officiell webbadress https://chrome.google.com/webstore/detail/high-school-dxd-wallpaper/boiggkdaojiklfodjdlpncncpiebjbdp
Beskrivning High School DxD theme in new tab
Filstorlek 19.45 MB
Antal Installationer 700
Aktuell Version 1.5.0.8
Senast Uppdaterad 2022-04-06
Publiceringsdatum 2021-12-02
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://newtab.be
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://newtab.be/privacy
Stödda Språk 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
}