View 3rd party photobucket images

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

Was ist View 3rd party photobucket images?

View 3rd party photobucket images ist eine Chrome-Erweiterung, die von amnlincoln entwickelt wurde, und ihr Hauptmerkmal ist "Scans a webpage for photobucket images and the updates the src to show the image.".

View 3rd party photobucket images-Erweiterungs-CRX-Datei herunterladen

Laden Sie View 3rd party photobucket images-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
Offizielle URL https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
Beschreibung Scans a webpage for photobucket images and the updates the src to show the image.
Dateigröße 34.22 KB
Installationsanzahl 93
Aktuelle Version 1.0.1
Letztes Update 2017-10-03
Veröffentlichungsdatum 2017-10-03
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler amnlincoln
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}