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.

Wat is Photobucket Hotlink Fix?

Photobucket Hotlink Fix is een Chrome-extensie ontwikkeld door firoj-jame, en de belangrijkste functie is "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Photobucket Hotlink Fix

Download Photobucket Hotlink Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Photobucket Hotlink Fix Photobucket Hotlink Fix
ID kegnjbncdcliihbemealioapbifiaedg
Officiële URL https://chromewebstore.google.com/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
Beschrijving Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.
Bestandsgrootte 9.11 KB
Aantal Installaties 34,811
Huidige Versie 1.4
Laatst Bijgewerkt 2023-09-12
Publicatiedatum 2019-09-11
Beoordeling 4.46/5 Totaal 215 Beoordelingen
Ontwikkelaar firoj-jame
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/informations-policy/home
Ondersteunde Talen 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"
    ]
}