chrome-plugin-dns-cache-clean

chrome dns cache cleaer

ما هو chrome-plugin-dns-cache-clean؟

chrome-plugin-dns-cache-clean هو إضافة Chrome تم تطويرها بواسطة yiranzhouyida، والميزة الرئيسية لها هي "chrome dns cache cleaer".

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

screenshot

تحميل ملف CRX للإضافة chrome-plugin-dns-cache-clean

قم بتنزيل ملفات الامتداد chrome-plugin-dns-cache-clean بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        before use it, we need access `chrome://flags/#extensions-on-chrome-urls` then open it.

after finished, just click the plugin button will be fine                    

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

الاسم chrome-plugin-dns-cache-clean chrome-plugin-dns-cache-clean
ID bdpfccanhacmnpdiejhlgglghjmcnlmp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/chrome-plugin-dns-cache-c/bdpfccanhacmnpdiejhlgglghjmcnlmp
الوصف chrome dns cache cleaer
حجم الملف 11.94 KB
عدد التثبيتات 227
النسخة الحالية 0.0.4
آخر تحديث 2019-09-26
تاريخ النشر 2019-09-26
تقييم 5.00/5 مجموع تقييمات 2
المطور yiranzhouyida
نوع الدفع free
موقع الإضافة https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
عنوان صفحة المساعدة https://github.com/Yiniau/chrome-plugin-dns-cache-clean.git
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chrome-plugin-dns-cache-clean",
    "version": "0.0.4",
    "description": "chrome dns cache cleaer",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "image\/paper-plane.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "chrome:\/\/net-internals\/#sockets",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}