Fix Lightshot

In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…

Что такое Fix Lightshot?

Fix Lightshot - это расширение Chrome, разработанное Ryan Hecht, и его основная функция - "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".

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

screenshot

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

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

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

                        In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website to make it more difficult to view the source image of your screenshot. 

In response, this extension allows you to bypass the https://prnt.sc page altogether, and instead directly loads the source URL of the image you're trying to view.                    

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

Название Fix Lightshot Fix Lightshot
ID dahidcllknfnoleplldmphdnmacjglph
Официальный URL https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph
Описание In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Размер файла 31.97 KB
Количество установок 4,000
Текущая Версия 1.0
Последнее Обновление 2018-02-20
Дата публикации 2018-02-20
Рейтинг 3.55/5 Всего 20 оценок
Разработчик Ryan Hecht
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Lightshot",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prnt.sc\/*",
                "http:\/\/prnt.sc\/*"
            ],
            "js": [
                "content.js"
            ],
            "icons": {
                "128": "icon128.png",
                "48": "icon48.png"
            }
        }
    ]
}