Cookie Downloader

Very useful extension for downloading session parameters in Chrome.

ما هو Cookie Downloader؟

Cookie Downloader هو إضافة Chrome تم تطويرها بواسطة https://nextpost.tech، والميزة الرئيسية لها هي "Very useful extension for downloading session parameters in Chrome.".

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

screenshot

تحميل ملف CRX للإضافة Cookie Downloader

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

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

                        Very useful extension for downloading session parameters in browser.

- Fast and easy detection of session parameters
- In-built session file generation feature

You can buy integration guide of this extension officially here:
https://nextpost.tech/downloads/cookie-downloader/

Developed by Nextpost.tech Team.                    

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

الاسم Cookie Downloader Cookie Downloader
ID epldkbdhmpdcdgcolndopgkigelnmlmo
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-downloader/epldkbdhmpdcdgcolndopgkigelnmlmo
الوصف Very useful extension for downloading session parameters in Chrome.
حجم الملف 98.34 KB
عدد التثبيتات 4,302
النسخة الحالية 1.0.10
آخر تحديث 2022-06-27
تاريخ النشر 2020-05-14
تقييم 2.33/5 مجموع تقييمات 6
المطور https://nextpost.tech
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://nextpost.tech/downloads/cookie-downloader/
عنوان صفحة المساعدة https://nextpost.tech/contacts/
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.10",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "cookies",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/"
    ],
    "icons": {
        "16": "images\/session_builder_16.png",
        "32": "images\/session_builder_32.png",
        "48": "images\/session_builder_48.png",
        "128": "images\/session_builder_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/session_builder_16.png",
            "32": "images\/session_builder_16.png",
            "48": "images\/session_builder_16.png",
            "128": "images\/session_builder_16.png"
        }
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
    },
    "manifest_version": 3
}