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!

Что такое Five Finger Death Punch Wallpaper Music Theme?

Five Finger Death Punch Wallpaper Music Theme - это расширение Chrome, разработанное Search Tabs, и его основная функция - "Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Five Finger Death Punch Wallpaper Music Theme

Скачайте файлы расширений Five Finger Death Punch Wallpaper Music Theme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]                    

Основная информация о расширении

Название Five Finger Death Punch Wallpaper Music Theme Five Finger Death Punch Wallpaper Music Theme
ID lblohbpdmicdmbemojlgjpdkpoafhanp
Официальный URL https://chrome.google.com/webstore/detail/five-finger-death-punch-w/lblohbpdmicdmbemojlgjpdkpoafhanp
Описание Five Finger Death Punch HD images on every new tab. For fans of Godsmack Korn Slipknot and Seether!
Размер файла 52.1 KB
Количество установок 35
Текущая Версия 0.391
Последнее Обновление 2019-12-11
Дата публикации 2019-12-11
Разработчик Search Tabs
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.newtabgallery.com/support
URL страницы политики конфиденциальности https://newtabgallery.com/privacy
Поддерживаемые языки 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\/*"
    ]
}