Just Unsubscribe

Upgrade Gmail. Install the missing button to just unsubscribe.

ما هو Just Unsubscribe؟

Just Unsubscribe هو إضافة Chrome تم تطويرها بواسطة https://justunsubscribe.com، والميزة الرئيسية لها هي "Upgrade Gmail. Install the missing button to just unsubscribe.".

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

screenshot

تحميل ملف CRX للإضافة Just Unsubscribe

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

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

                        Stop wasting your time hunting for unsubscribe links. Install this extension to add the missing unsubscribe button to Gmail. Click the button and we’ll find the fastest way for you to opt out. Oh, and your emails never leave Gmail – secure and private all the way.                    

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

الاسم Just Unsubscribe Just Unsubscribe
ID kcciakdnngbpmkkegddmimdejdekiomm
عنوان URL الرسمي https://chromewebstore.google.com/detail/just-unsubscribe/kcciakdnngbpmkkegddmimdejdekiomm
الوصف Upgrade Gmail. Install the missing button to just unsubscribe.
حجم الملف 107 KB
عدد التثبيتات 229
النسخة الحالية 1.0.0
آخر تحديث 2021-05-26
تاريخ النشر 2021-05-25
تقييم 4.00/5 مجموع تقييمات 2
المطور https://justunsubscribe.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://justunsubscribe.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Just Unsubscribe",
    "description": "Upgrade Gmail. Install the missing button to just unsubscribe.",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "http:\/\/localhost:5000\/",
        "https:\/\/justunsubscribe.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "loader.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "icons\/unsubscribe.svg"
    ],
    "manifest_version": 2
}