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.

Co je Photobucket Hotlink Fix?

Photobucket Hotlink Fix je rozšíření Chrome vyvinuté firoj-jame, a jeho hlavní funkcí je „Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Photobucket Hotlink Fix

Stáhněte si soubory rozšíření Photobucket Hotlink Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Photobucket Hotlink Fix Photobucket Hotlink Fix
ID kegnjbncdcliihbemealioapbifiaedg
Oficiální URL https://chromewebstore.google.com/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
Popis Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.
Velikost souboru 9.11 KB
Počet instalací 34,811
Aktuální Verze 1.4
Poslední Aktualizace 2023-09-12
Datum Vydání 2019-09-11
Hodnocení 4.46/5 Celkem 215 Hodnocení
Vývojář firoj-jame
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/informations-policy/home
Podporované Jazyky 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"
    ]
}