Force HighRes for Google Photos™

Force Google Photos to show image in highest resolution.

ما هو Force HighRes for Google Photos™؟

Force HighRes for Google Photos™ هو إضافة Chrome تم تطويرها بواسطة Henry Lim، والميزة الرئيسية لها هي "Force Google Photos to show image in highest resolution.".

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

screenshot

تحميل ملف CRX للإضافة Force HighRes for Google Photos™

قم بتنزيل ملفات الامتداد Force HighRes for Google Photos™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ✨ FEATURES

✔️ Toggle between original resolution (high resolution) and lower resolution (based on screen height).


🎁 DONATE

PayPal: https://bit.ly/slides-donate


👨🏼‍💻 SOURCE CODE

GitHub: https://github.com/limhenry/google-photos-force-highres                    

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

الاسم Force HighRes for Google Photos™ Force HighRes for Google Photos™
ID bpmamcafhaehfjfkchaeedfflboiilcd
عنوان URL الرسمي https://chromewebstore.google.com/detail/force-highres-for-google/bpmamcafhaehfjfkchaeedfflboiilcd
الوصف Force Google Photos to show image in highest resolution.
حجم الملف 12.8 KB
عدد التثبيتات 447
النسخة الحالية 0.0.2
آخر تحديث 2019-09-22
تاريخ النشر 2019-09-22
تقييم 5.00/5 مجموع تقييمات 1
المطور Henry Lim
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://policies.limhenry.xyz/slides
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Force HighRes for Google Photos\u2122",
    "version": "0.0.2",
    "offline_enabled": true,
    "description": "Force Google Photos to show image in highest resolution.",
    "short_name": "Force HighRes for Google Photos\u2122",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/photos.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    }
}