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!

Vad är Five Finger Death Punch Wallpaper Music Theme?

Five Finger Death Punch Wallpaper Music Theme är en Chrome-tillägg utvecklad av Search Tabs, och dess huvudfunktion är "Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Five Finger Death Punch Wallpaper Music Theme-förlängningens CRX-fil

Ladda ner Five Finger Death Punch Wallpaper Music Theme-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

                        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]                    

Grundläggande Information om Tillägg

Namn Five Finger Death Punch Wallpaper Music Theme Five Finger Death Punch Wallpaper Music Theme
ID lblohbpdmicdmbemojlgjpdkpoafhanp
Officiell webbadress https://chrome.google.com/webstore/detail/five-finger-death-punch-w/lblohbpdmicdmbemojlgjpdkpoafhanp
Beskrivning Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!
Filstorlek 52.1 KB
Antal Installationer 35
Aktuell Version 0.391
Senast Uppdaterad 2019-12-11
Publiceringsdatum 2019-12-11
Utvecklare Search Tabs
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://www.newtabgallery.com/support
URL till Sekretesspolicy Sidan https://newtabgallery.com/privacy
Stödda Språk 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\/*"
    ]
}