Firespot

Fire up the pages with music

Что такое Firespot?

Firespot - это расширение Chrome, разработанное krikelin, и его основная функция - "Fire up the pages with music".

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

screenshot

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

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

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

                        Create playlists of the current page                    

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

Название Firespot Firespot
ID hmackaecgcfelibdbhlfhkggelammlfj
Официальный URL https://chromewebstore.google.com/detail/firespot/hmackaecgcfelibdbhlfhkggelammlfj
Описание Fire up the pages with music
Размер файла 51.11 KB
Количество установок 12
Текущая Версия 1.2.0
Последнее Обновление 2012-07-13
Дата публикации 2012-07-13
Разработчик krikelin
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "css": [
                "firespot.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Fire up the pages with music",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Firespot",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0"
}