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