Pinterest Original Image

View Pinterest original Image,Download Pinterest original Image

Co to jest Pinterest Original Image?

Pinterest Original Image to rozszerzenie Chrome opracowane przez houjd110, a jego główną funkcją jest „View Pinterest original Image,Download Pinterest original Image”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pinterest Original Image

Pobierz pliki rozszerzeń Pinterest Original Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Pinterest Original Image Pinterest Original Image
ID bpmenfgjjlmobodbdofpkhfnbgoijpol
Oficjalny URL https://chromewebstore.google.com/detail/pinterest-original-image/bpmenfgjjlmobodbdofpkhfnbgoijpol
Opis View Pinterest original Image,Download Pinterest original Image
Rozmiar pliku 43.44 KB
Liczba instalacji 4,707
Aktualna Wersja 1.5.5
Ostatnia Aktualizacja 2022-03-23
Data Publikacji 2020-05-08
Ocena 2.36/5 Łącznie 14 Oceny
Deweloper houjd110
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}