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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://becausecurious.me/contact
URL หน้านโยบายความเป็นส่วนตัว 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
    }
}