Larger image finder

Finds larger or original versions of images for 7800+ websites

ما هو Larger image finder؟

Larger image finder هو إضافة Chrome تم تطويرها بواسطة Lorenz Zehetner، والميزة الرئيسية لها هي "Finds larger or original versions of images for 7800+ websites".

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

screenshot

تحميل ملف CRX للإضافة Larger image finder

قم بتنزيل ملفات الامتداد Larger image finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Larger Image Finder helps you find larger versions of a photo or video for thousand+ websites.

Some of the websites it supports includes:
- Social media websites
- News websites
- Generic image hosting engines
- Search engines
- Image hosting services

The extension replaces URLs of images to show the larger version of an image.

How to use:
Open a phone on unsplash
Use context menu item “Try to find larger image”
The larger image is found

Please note that this tool just finds a larger image that is available on the web site. It doesn’t allow you to access the copyrighted content.                    

معلومات أساسية عن التمديد

الاسم Larger image finder Larger image finder
ID dlnanhjfdjgnnmbajgikidobcbfpnblp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/larger-image-finder/dlnanhjfdjgnnmbajgikidobcbfpnblp
الوصف Finds larger or original versions of images for 7800+ websites
حجم الملف 1.76 MB
عدد التثبيتات 70,000
النسخة الحالية 0.8.1
آخر تحديث 2021-11-13
تاريخ النشر 2021-04-27
تقييم 4.77/5 مجموع تقييمات 13
المطور Lorenz Zehetner
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.notion.so/Privacy-policy-Larger-Image-finder-7a2d622f925842b897677cd98a076473
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "extension\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "userscript.user.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "options_page": "options\/options.html",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "downloads",
        ""
    ],
    "optional_permissions": [
        "history",
        "clipboardWrite"
    ],
    "version": "0.8.1"
}