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!

What is Five Finger Death Punch Wallpaper Music Theme?

Five Finger Death Punch Wallpaper Music Theme is a Chrome extension developed by Search Tabs, and its main feature is "Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Five Finger Death Punch Wallpaper Music Theme Extension CRX File

Download Five Finger Death Punch Wallpaper Music Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Five Finger Death Punch Wallpaper Music Theme Five Finger Death Punch Wallpaper Music Theme
ID lblohbpdmicdmbemojlgjpdkpoafhanp
Official URL https://chrome.google.com/webstore/detail/five-finger-death-punch-w/lblohbpdmicdmbemojlgjpdkpoafhanp
Description Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!
File Size 52.1 KB
Installation Count 35
Current Version 0.391
Last Updated 2019-12-11
Publish Date 2019-12-11
Developer Search Tabs
Email [email protected]
Payment Type free
Help Page URL https://www.newtabgallery.com/support
Privacy Policy Page URL https://newtabgallery.com/privacy
Supported Languages 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\/*"
    ]
}