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.

What is Photobucket Hotlink Fix?

Photobucket Hotlink Fix is a Chrome extension developed by firoj-jame, and its main feature is "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.".

Extension Screenshots

screenshot

Download Photobucket Hotlink Fix Extension CRX File

Download Photobucket Hotlink Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Photobucket Hotlink Fix Photobucket Hotlink Fix
ID kegnjbncdcliihbemealioapbifiaedg
Official URL https://chromewebstore.google.com/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
Description Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.
File Size 9.11 KB
Installation Count 34,811
Current Version 1.4
Last Updated 2023-09-12
Publish Date 2019-09-11
Rating 4.46/5 Total 215 Ratings
Developer firoj-jame
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/informations-policy/home
Supported Languages 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"
    ]
}