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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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"
        }
    ]
}