View 3rd party photobucket images

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

Apa itu View 3rd party photobucket images?

View 3rd party photobucket images adalah ekstensi Chrome yang dikembangkan oleh amnlincoln, dan fitur utamanya adalah "Scans a webpage for photobucket images and the updates the src to show the image.".

Unduh Berkas CRX Ekstensi View 3rd party photobucket images

Unduh file ekstensi View 3rd party photobucket images dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama View 3rd party photobucket images View 3rd party photobucket images
ID ehoeoelfbhokhcialnddlcnapkocnael
URL Resmi https://chrome.google.com/webstore/detail/view-3rd-party-photobucke/ehoeoelfbhokhcialnddlcnapkocnael
Deskripsi Scans a webpage for photobucket images and the updates the src to show the image.
Ukuran File 34.22 KB
Jumlah Instalasi 93
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-10-03
Tanggal Publikasi 2017-10-03
Penilaian 1.00/5 Total 1 Penilaian
Pengembang amnlincoln
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}