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 هو إضافة Chrome تم تطويرها بواسطة firoj-jame، والميزة الرئيسية لها هي "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Photobucket Hotlink Fix

قم بتنزيل ملفات الامتداد Photobucket Hotlink Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}