Articulate

Get rid of paywall and adblocker popups on websites!

什么是Articulate?

Articulate是由Woodywoody开发的Chrome扩展程序,该扩展的主要功能是“Get rid of paywall and adblocker popups on websites!”。

扩展截图

screenshot

下载Articulate扩展crx文件

下载Articulate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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