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.

Photobucket Hotlink Fix란 무엇입니까?

Photobucket Hotlink Fix은(는) firoj-jame에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading."입니다.

확장 프로그램 스크린샷

screenshot

Photobucket Hotlink Fix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Photobucket Hotlink Fix Photobucket Hotlink Fix
ID kegnjbncdcliihbemealioapbifiaedg
공식 URL https://chromewebstore.google.com/detail/photobucket-hotlink-fix/kegnjbncdcliihbemealioapbifiaedg
설명 Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.
파일 크기 9.11 KB
설치 횟수 34,811
현재 버전 1.4
최근 업데이트 2023-09-12
출시 날짜 2019-09-11
평점 4.46/5 총 215 개의 평점
개발자 firoj-jame
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/informations-policy/home
지원되는 언어 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"
    ]
}