freeSMH

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

什么是freeSMH?

freeSMH是由prods3开发的Chrome扩展程序,该扩展的主要功能是“Navigate SMH articles without being interrupted by the digital subscription pop-up”。

扩展截图

screenshot

下载freeSMH扩展crx文件

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