Brosnan Background

Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia

Что такое Brosnan Background?

Brosnan Background - это расширение Chrome, разработанное Neil Kewn, и его основная функция - "Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia".

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

screenshot

Скачать файл CRX расширения Brosnan Background

Скачайте файлы расширений Brosnan Background в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Browse the web in style and sophistication. Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia.                    

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

Название Brosnan Background Brosnan Background
ID ibgfecepfbndjoobdooacegmegoolcmh
Официальный URL https://chrome.google.com/webstore/detail/brosnan-background/ibgfecepfbndjoobdooacegmegoolcmh
Описание Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia
Размер файла 40.78 KB
Количество установок 20
Текущая Версия 1
Последнее Обновление 2015-05-03
Дата публикации 2015-05-03
Рейтинг 3.50/5 Всего 4 оценок
Разработчик Neil Kewn
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brosnan Background",
    "version": "1",
    "description": "Replace the background of websites with a photo of World's Sexiest Man 2001, Pierce Brosnan from the Oscar-snubbed classic Mamma Mia",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Where are those happy days?"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "content.css"
    ]
}