View 3rd party photobucket images

Scans a webpage for photobucket images and the updates the src to show the image.

O que é View 3rd party photobucket images?

View 3rd party photobucket images é uma extensão do Chrome desenvolvida por amnlincoln, e sua principal característica é "Scans a webpage for photobucket images and the updates the src to show the image.".

Baixar o arquivo CRX da Extensão View 3rd party photobucket images

Baixe arquivos de extensão View 3rd party photobucket images 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

                        Scans a webpage for photobucket images and then updates the src to show the image. Runs on all webpages                    

Informações Básicas da Extensão

Nome View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
URL Oficial https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
Descrição Scans a webpage for photobucket images and the updates the src to show the image.
Tamanho do Arquivo 34.22 KB
Contagem de Instalações 93
Versão Atual 1.0.1
Última Atualização 2017-10-03
Data de Publicação 2017-10-03
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor amnlincoln
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View 3rd party photobucket images",
    "description": "Scans a webpage for photobucket images and the updates the src to show the image.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "32": "images\/icon.png"
        },
        "default_title": "Photobucket Fixer"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": []
}