View 3rd party photobucket images

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

什么是View 3rd party photobucket images?

View 3rd party photobucket images是由amnlincoln开发的Chrome扩展程序,该扩展的主要功能是“Scans a webpage for photobucket images and the updates the src to show the image.”。

下载View 3rd party photobucket images扩展crx文件

下载View 3rd party photobucket images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
官方URL https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
简介 Scans a webpage for photobucket images and the updates the src to show the image.
文件大小 34.22 KB
安装次数 93
当前版本 1.0.1
更新时间 2017-10-03
上架时间 2017-10-03
评分 1.00/5 共1次评分
开发者 amnlincoln
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
}