View 3rd party photobucket images

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

What is View 3rd party photobucket images?

View 3rd party photobucket images is a Chrome extension developed by amnlincoln, and its main feature is "Scans a webpage for photobucket images and the updates the src to show the image.".

Download View 3rd party photobucket images Extension CRX File

Download View 3rd party photobucket images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
Official URL https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
Description Scans a webpage for photobucket images and the updates the src to show the image.
File Size 34.22 KB
Installation Count 93
Current Version 1.0.1
Last Updated 2017-10-03
Publish Date 2017-10-03
Rating 1.00/5 Total 1 Ratings
Developer amnlincoln
Email [email protected]
Payment Type free
Supported Languages 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": []
}