Photobucket Hotlink Fix

Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.

Photobucket Hotlink Fixคืออะไร?

Photobucket Hotlink Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย firoj-jame และคุณลักษณะหลักของมันคือ "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photobucket Hotlink Fix

ดาวน์โหลดไฟล์ส่วนขยาย Photobucket Hotlink Fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension to fix the hotlinking issue in Photobucket, It's not needed to pay anything with this extension, all the images will continue loading without any p500 image. If it's not working for you, clear cache or do a full refresh of the page.

The extension doesn't access to your data on the websites, neither to the users nor passwords. It needs the permissions to access the urls to detect photobucket links and fix the request to keep the images working as before.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Photobucket Hotlink Fix Photobucket Hotlink Fix
ID kegnjbncdcliihbemealioapbifiaedg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
คำอธิบาย Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.
ขนาดไฟล์ 9.11 KB
จำนวนการติดตั้ง 34,811
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-09-12
วันที่เผยแพร่ 2019-09-11
คะแนน 4.46/5 รวมทั้งหมด 215 คะแนน
ผู้พัฒนา firoj-jame
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/informations-policy/home
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Photobucket Hotlink Fix",
    "description": "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.",
    "version": "1.4",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "hotlink.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}