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是由firoj-jame開發的Chrome擴展程式,該擴展的主要功能是“Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.”。

擴展截圖

screenshot

下載Photobucket Hotlink Fix擴展crx文件

下載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
官方網址 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"
    ]
}