View 3rd party photobucket images

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

Hvad er View 3rd party photobucket images?

View 3rd party photobucket images er en Chrome-udvidelse udviklet af amnlincoln, og dens hovedfunktion er "Scans a webpage for photobucket images and the updates the src to show the image.".

Download View 3rd party photobucket images-udvidelses-CRX-fil

Download View 3rd party photobucket images-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
Officiel URL https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
Beskrivelse Scans a webpage for photobucket images and the updates the src to show the image.
Filstørrelse 34.22 KB
Antal Installationer 93
Nuværende Version 1.0.1
Senest Opdateret 2017-10-03
Udgivelsesdato 2017-10-03
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler amnlincoln
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": []
}