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
官方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"
    ]
}