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

Photobucket Hotlink Fix là một tiện ích mở rộng Chrome được phát triển bởi firoj-jame, và tính năng chính của nó là "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Photobucket Hotlink Fix

Tải xuống các tệp mở rộng Photobucket Hotlink Fix 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

                        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.                    

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

Tên Photobucket Hotlink Fix Photobucket Hotlink Fix
ID kegnjbncdcliihbemealioapbifiaedg
URL Chính Thức https://chromewebstore.google.com/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
Mô tả Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.
Kích Thước Tệp 9.11 KB
Số Lần Cài Đặt 34,811
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-09-12
Ngày Phát Hành 2019-09-11
Đánh Giá 4.46/5 Tổng số 215 Đánh Giá
Nhà Phát Triển firoj-jame
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/informations-policy/home
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}