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 là gì?

View 3rd party photobucket images là một tiện ích mở rộng Chrome được phát triển bởi amnlincoln, và tính năng chính của nó là "Scans a webpage for photobucket images and the updates the src to show the image.".

Tải xuống tệp CRX của tiện ích mở rộng View 3rd party photobucket images

Tải xuống các tệp mở rộng View 3rd party photobucket images dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
URL Chính Thức https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
Mô tả Scans a webpage for photobucket images and the updates the src to show the image.
Kích Thước Tệp 34.22 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-10-03
Ngày Phát Hành 2017-10-03
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển amnlincoln
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}