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
Eメール [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": []
}