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ファイルをダウンロード

Photobucket Hotlink Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}