Articulate

Get rid of paywall and adblocker popups on websites!

Articulate là gì?

Articulate là một tiện ích mở rộng Chrome được phát triển bởi Woodywoody, và tính năng chính của nó là "Get rid of paywall and adblocker popups on websites!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Articulate

Tải xuống các tệp mở rộng Articulate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Articulate Articulate
ID nmjelpbdlokcmojoiaalhnbcffnmmgmd
URL Chính Thức https://chromewebstore.google.com/detail/articulate/nmjelpbdlokcmojoiaalhnbcffnmmgmd
Mô tả Get rid of paywall and adblocker popups on websites!
Kích Thước Tệp 10.51 KB
Số Lần Cài Đặt 372
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-09-09
Ngày Phát Hành 2020-09-07
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Woodywoody
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}