Vinyloscope for Discogs

This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.

Что такое Vinyloscope for Discogs?

Vinyloscope for Discogs - это расширение Chrome, разработанное https://www.vinyloscope.com, и его основная функция - "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.".

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

screenshot

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

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

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

                        Une fois cette extension installée rendez-vous sur une page de release de Discogs. Cette extension recherche pour vous automatiquement si une sortie vinyle est disponible sur différents labels ou disquaires en ligne, et affiche les résultats sous l'emplacement du Marketplace.                    

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

Название Vinyloscope for Discogs Vinyloscope for Discogs
ID gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Официальный URL https://chromewebstore.google.com/detail/vinyloscope-for-discogs/gfbpdmlhpjmnfbeoccknbgpaijkaipeo
Описание This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.
Размер файла 229 KB
Количество установок 54
Текущая Версия 0.1.12
Последнее Обновление 2018-07-04
Дата публикации 2018-07-04
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://www.vinyloscope.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.vinyloscope.com
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vinyloscope for Discogs",
    "description": "This extension allows you to integrate the result of a research of Vinyloscope directly in a release page of Discogs.",
    "icons": {
        "48": "icons\/vinyloscope-icon-48.png",
        "96": "icons\/vinyloscope-icon-96.png",
        "128": "icons\/vinyloscope-icon-128.png"
    },
    "version": "0.1.12",
    "permissions": [
        "*:\/\/www.vinyloscope.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "vinyloscope-plugin.js"
            ],
            "matches": [
                "https:\/\/www.discogs.com\/*\/release\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/logos\/*.png",
        "img\/flags\/*.png",
        "icons\/*.png",
        "icons\/*.gif"
    ]
}