Five Finger Death Punch Wallpaper Music Theme

Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!

Co to jest Five Finger Death Punch Wallpaper Music Theme?

Five Finger Death Punch Wallpaper Music Theme to rozszerzenie Chrome opracowane przez Search Tabs, a jego główną funkcją jest „Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Five Finger Death Punch Wallpaper Music Theme

Pobierz pliki rozszerzeń Five Finger Death Punch Wallpaper Music 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

                        Five Finger Death Punch HD images on every new tab. For fans of Godsmack, Korn, Slipknot, and Seether!

 If you have any questions or feedback support can be reached at [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa Five Finger Death Punch Wallpaper Music Theme Five Finger Death Punch Wallpaper Music Theme
ID lblohbpdmicdmbemojlgjpdkpoafhanp
Oficjalny URL https://chrome.google.com/webstore/detail/five-finger-death-punch-w/lblohbpdmicdmbemojlgjpdkpoafhanp
Opis Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!
Rozmiar pliku 52.1 KB
Liczba instalacji 35
Aktualna Wersja 0.391
Ostatnia Aktualizacja 2019-12-11
Data Publikacji 2019-12-11
Deweloper Search Tabs
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.newtabgallery.com/support
Adres URL Strony Polityki Prywatności https://newtabgallery.com/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Five Finger Death Punch Wallpaper Music Theme",
    "version": "0.391",
    "description": "Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Five Finger Death Punch Wallpaper Music Theme",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "https:\/\/home.newtabgallery.com\/*"
    ]
}