TabBlock

Prevents from opening new tabs.

TabBlockคืออะไร?

TabBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xconvic และคุณลักษณะหลักของมันคือ "Prevents from opening new tabs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabBlock

ดาวน์โหลดไฟล์ส่วนขยาย TabBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension is for anyone, who uses websites with pop-up ads (ads that open in a new tab).

red icon -> TabBlock prevents opening any new tab.
green icon -> TabBlock allows opening new tabs freely.


Note! Redirections to ads in the same tab still work! You can try to block them by using other extensions or simply return with "back" button.
TabBlock does not block any normal ads.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TabBlock TabBlock
ID ljmkpdhploeaohmnljbbkohmmfkikklj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj
คำอธิบาย Prevents from opening new tabs.
ขนาดไฟล์ 11.95 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2020-08-09
วันที่เผยแพร่ 2019-09-23
คะแนน 4.27/5 รวมทั้งหมด 78 คะแนน
ผู้พัฒนา xconvic
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabBlock",
    "description": "__MSG_appDesc__",
    "version": "1.5.0",
    "permissions": [],
    "short_name": "TabBlock",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "green32.png"
    },
    "icons": {
        "48": "red48.png",
        "128": "red128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    }
}