View 3rd party photobucket images

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

Cos'è View 3rd party photobucket images?

View 3rd party photobucket images è un'estensione di Chrome sviluppata da amnlincoln, e la sua funzione principale è "Scans a webpage for photobucket images and the updates the src to show the image.".

Scarica il file CRX dell'estensione View 3rd party photobucket images

Scarica i file di estensione View 3rd party photobucket images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
URL Ufficiale https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
Descrizione Scans a webpage for photobucket images and the updates the src to show the image.
Dimensione del File 34.22 KB
Conteggio Installazioni 93
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-10-03
Data di Pubblicazione 2017-10-03
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore amnlincoln
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}