View 3rd party photobucket images

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

Wat is View 3rd party photobucket images?

View 3rd party photobucket images is een Chrome-extensie ontwikkeld door amnlincoln, en de belangrijkste functie is "Scans a webpage for photobucket images and the updates the src to show the image.".

Download het CRX-bestand van de extensie View 3rd party photobucket images

Download View 3rd party photobucket images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
Officiële URL https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
Beschrijving Scans a webpage for photobucket images and the updates the src to show the image.
Bestandsgrootte 34.22 KB
Aantal Installaties 93
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-10-03
Publicatiedatum 2017-10-03
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar amnlincoln
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}