freeSMH

Navigate SMH articles without being interrupted by the digital subscription pop-up

freeSMHคืออะไร?

freeSMH เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prods3 และคุณลักษณะหลักของมันคือ "Navigate SMH articles without being interrupted by the digital subscription pop-up"

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

screenshot

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

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

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

                        Remove the digital subscription pop-up from SMH pages automatically.

This is a non-invasive front-end extension that simply removes the pop-up and lets you browse the content behind it. It doesn't involve the access or manipulation of your browser's cookies.

If you find it useful, please share it with your friends.                    

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

ชื่อ freeSMH freeSMH
ID nkoljkmfpmcpijiiipndogpadgimgkcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm
คำอธิบาย Navigate SMH articles without being interrupted by the digital subscription pop-up
ขนาดไฟล์ 2.91 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2013-07-23
วันที่เผยแพร่ 2013-07-23
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา prods3
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "freeSMH",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Navigate SMH articles without being interrupted by the digital subscription pop-up",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.smh.com.au\/*"
            ],
            "js": [
                "freeSMH.js"
            ],
            "run_at": "document_start"
        }
    ]
}