12ft

Hop the paywall, browse a cleaner web

12ftคืออะไร?

12ft เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas และคุณลักษณะหลักของมันคือ "Hop the paywall, browse a cleaner web"

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

screenshot

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

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

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

                        12ft Pro is a browser extension that will automatically remove paywalls, banner ads, and other popups your favorite websites. You can try the service for free at 12ft.io, the extension just does it better and automatically.                    

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

ชื่อ 12ft 12ft
ID nmccamaemgaapokidgbgackjeedocejl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/12ft/nmccamaemgaapokidgbgackjeedocejl
คำอธิบาย Hop the paywall, browse a cleaner web
ขนาดไฟล์ 909 KB
จำนวนการติดตั้ง 2,175
เวอร์ชันปัจจุบัน 1.01
อัปเดตครั้งล่าสุด 2021-08-31
วันที่เผยแพร่ 2021-05-30
คะแนน 2.00/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Thomas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://12ft.io
URL หน้าช่วยเหลือ https://12ft.io/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "12ft",
    "version": "1.01",
    "description": "Hop the paywall, browse a cleaner web",
    "author": "Thomas Millar",
    "icons": {
        "128": "icons\/12ft-icon-dark-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_name": "12ft",
        "default_title": "12ft \u2013 Hop the paywall",
        "default_icon": {
            "128": "icons\/12ft-icon-128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}