View 3rd party photobucket images

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

¿Qué es View 3rd party photobucket images?

View 3rd party photobucket images es una extensión de Chrome desarrollada por amnlincoln, y su función principal es "Scans a webpage for photobucket images and the updates the src to show the image.".

Descargar Archivo CRX de la Extensión View 3rd party photobucket images

Descarga archivos de extensión View 3rd party photobucket images en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre 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
Descripción Scans a webpage for photobucket images and the updates the src to show the image.
Tamaño del Archivo 34.22 KB
Cantidad de Instalaciones 93
Versión Actual 1.0.1
Última Actualización 2017-10-03
Fecha de Publicación 2017-10-03
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador amnlincoln
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": []
}