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.

Was ist Photobucket Hotlink Fix?

Photobucket Hotlink Fix ist eine Chrome-Erweiterung, die von firoj-jame entwickelt wurde, und ihr Hauptmerkmal ist "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.".

Erweiterungsscreenshots

screenshot

Photobucket Hotlink Fix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Photobucket Hotlink Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Photobucket Hotlink Fix Photobucket Hotlink Fix
ID kegnjbncdcliihbemealioapbifiaedg
Offizielle URL https://chromewebstore.google.com/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
Beschreibung Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.
Dateigröße 9.11 KB
Installationsanzahl 34,811
Aktuelle Version 1.4
Letztes Update 2023-09-12
Veröffentlichungsdatum 2019-09-11
Bewertung 4.46/5 Insgesamt 215 Bewertungen
Entwickler firoj-jame
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/informations-policy/home
Unterstützte Sprachen 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"
    ]
}