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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amnlincoln และคุณลักษณะหลักของมันคือ "Scans a webpage for photobucket images and the updates the src to show the image."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย View 3rd party photobucket images

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}