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 to jest Photobucket Hotlink Fix?

Photobucket Hotlink Fix to rozszerzenie Chrome opracowane przez firoj-jame, a jego główną funkcją jest „Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Photobucket Hotlink Fix

Pobierz pliki rozszerzeń Photobucket Hotlink Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Photobucket Hotlink Fix Photobucket Hotlink Fix
ID kegnjbncdcliihbemealioapbifiaedg
Oficjalny URL https://chromewebstore.google.com/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
Opis Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.
Rozmiar pliku 9.11 KB
Liczba instalacji 34,811
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2023-09-12
Data Publikacji 2019-09-11
Ocena 4.46/5 Łącznie 215 Oceny
Deweloper firoj-jame
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/informations-policy/home
Obsługiwane Języki 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"
    ]
}