Pinterest Original Image

View Pinterest original Image,Download Pinterest original Image

Что такое Pinterest Original Image?

Pinterest Original Image - это расширение Chrome, разработанное houjd110, и его основная функция - "View Pinterest original Image,Download Pinterest original Image".

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

screenshot
screenshot

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

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

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

                        Fix the problem that some pictures cannot view the original picture.
Click Original button to view or download the original image.                    

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

Название Pinterest Original Image Pinterest Original Image
ID bpmenfgjjlmobodbdofpkhfnbgoijpol
Официальный URL https://chromewebstore.google.com/detail/pinterest-original-image/bpmenfgjjlmobodbdofpkhfnbgoijpol
Описание View Pinterest original Image,Download Pinterest original Image
Размер файла 43.44 KB
Количество установок 4,707
Текущая Версия 1.5.5
Последнее Обновление 2022-03-23
Дата публикации 2020-05-08
Рейтинг 2.36/5 Всего 14 оценок
Разработчик houjd110
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinterest Original Image",
    "version": "1.5.5",
    "description": "View Pinterest original Image,Download Pinterest original Image",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/*.pinterest.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "jquery-1.9.1.js",
                "js.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}