Pinterest Original Image

View Pinterest original Image,Download Pinterest original Image

O que é Pinterest Original Image?

Pinterest Original Image é uma extensão do Chrome desenvolvida por houjd110, e sua principal característica é "View Pinterest original Image,Download Pinterest original Image".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pinterest Original Image

Baixe arquivos de extensão Pinterest Original Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Pinterest Original Image Pinterest Original Image
ID bpmenfgjjlmobodbdofpkhfnbgoijpol
URL Oficial https://chromewebstore.google.com/detail/pinterest-original-image/bpmenfgjjlmobodbdofpkhfnbgoijpol
Descrição View Pinterest original Image,Download Pinterest original Image
Tamanho do Arquivo 43.44 KB
Contagem de Instalações 4,707
Versão Atual 1.5.5
Última Atualização 2022-03-23
Data de Publicação 2020-05-08
Classificação 2.36/5 Total de 14 Avaliações
Desenvolvedor houjd110
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}