Imgur url to filmot switcher

This extension will search for imgur urls on page and replace them with filmot

Что такое Imgur url to filmot switcher?

Imgur url to filmot switcher - это расширение Chrome, разработанное Piotr Niziniecki, и его основная функция - "This extension will search for imgur urls on page and replace them with filmot".

Скачать файл CRX расширения Imgur url to filmot switcher

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

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

                        This extension will search for all occurrences of imgur.com url (inside links and images) and will replace them with filmot.org url.                    

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

Название Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
Официальный URL https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
Описание This extension will search for imgur urls on page and replace them with filmot
Размер файла 3.26 KB
Количество установок 54
Текущая Версия 0.1.0
Последнее Обновление 2014-03-22
Дата публикации 2014-03-22
Рейтинг 4.33/5 Всего 3 оценок
Разработчик Piotr Niziniecki
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur url to filmot switcher",
    "description": "This extension will search for imgur urls on page and replace them with filmot",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "filmot.js"
            ]
        }
    ]
}