Disable Links

Disable all links on the page to avoid distractions.

ما هو Disable Links؟

Disable Links هو إضافة Chrome تم تطويرها بواسطة because_curious، والميزة الرئيسية لها هي "Disable all links on the page to avoid distractions.".

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

screenshot

تحميل ملف CRX للإضافة Disable Links

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

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

                        Disable all links on the page to avoid distractions.

This extension helps you to read without distractions. Click on the extension icon to remove all links on the page. Click again to bring them back.

This is a beta version. Please reach out to me at https://becausecurious.me/contact with your ideas or bug reports. Thank you!                    

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

الاسم Disable Links Disable Links
ID lmehfahioclhclmcahobmlmlmlipmpdn
عنوان URL الرسمي https://chromewebstore.google.com/detail/disable-links/lmehfahioclhclmcahobmlmlmlipmpdn
الوصف Disable all links on the page to avoid distractions.
حجم الملف 27.7 KB
عدد التثبيتات 30
النسخة الحالية 0.0.0.2
آخر تحديث 2022-02-16
تاريخ النشر 2022-02-16
تقييم 5.00/5 مجموع تقييمات 4
المطور because_curious
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://becausecurious.me/contact
عنوان صفحة سياسة الخصوصية https://snapsell.ai/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Disable Links",
    "version": "0.0.0.2",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/becausecurious.me\/contact",
    "browser_specific_settings": {
        "gecko": {
            "id": "{8a55e6be-3bef-4750-96d9-9c2fd3f55a12}"
        }
    },
    "icons": {
        "128": "icon_on128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Disable all links on the page to avoid distractions.",
    "action": {
        "default_title": "Disable Links"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}