Articulate

Get rid of paywall and adblocker popups on websites!

ما هو Articulate؟

Articulate هو إضافة Chrome تم تطويرها بواسطة Woodywoody، والميزة الرئيسية لها هي "Get rid of paywall and adblocker popups on websites!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Articulate

قم بتنزيل ملفات الامتداد Articulate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Get rid of paywall and adblocker popups on websites! Simply click on the extension icon and see the magic happen!

Note: This extension work by getting rid of generic popups, but due to the unpredictable nature of how different developers may implement their popup, there will be cases where this extension does not work. It may also impact your browsing experience.                    

معلومات أساسية عن التمديد

الاسم Articulate Articulate
ID nmjelpbdlokcmojoiaalhnbcffnmmgmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd
الوصف Get rid of paywall and adblocker popups on websites!
حجم الملف 10.51 KB
عدد التثبيتات 372
النسخة الحالية 1.2
آخر تحديث 2020-09-09
تاريخ النشر 2020-09-07
تقييم 3.67/5 مجموع تقييمات 3
المطور Woodywoody
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Articulate",
    "version": "1.2",
    "description": "Get rid of paywall and adblocker popups on websites!",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}