Google Cache Breaker

Removes everything up to and including the # in all image sources

ما هو Google Cache Breaker؟

Google Cache Breaker هو إضافة Chrome تم تطويرها بواسطة ilyadvilyanski، والميزة الرئيسية لها هي "Removes everything up to and including the # in all image sources".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Google Cache Breaker

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

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

                        Removes everything up to and including the # in all image sources                    

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

الاسم Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
الوصف Removes everything up to and including the # in all image sources
حجم الملف 67.13 KB
عدد التثبيتات 70
النسخة الحالية 1.0
آخر تحديث 2017-04-11
تاريخ النشر 2017-04-11
المطور ilyadvilyanski
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Cache Breaker",
    "version": "1.0",
    "author": "Ilya Dvilyanski",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ]
}