Premify

Access premium content on websites with paywalls

Premifyとは何ですか?

Premifyはmarcusgustaafkleinによって開発されたChromeの拡張機能で、その主な機能は「Access premium content on websites with paywalls」です。

拡張機能のスクリーンショット

screenshot

Premify拡張機能のCRXファイルをダウンロード

Premify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Access content behind paywalls on some sites.                    

拡張機能の基本情報

名前 Premify Premify
ID bmfgjoiehbbfhcjjhlfbnjconnnkbpjj
公式URL https://chromewebstore.google.com/detail/premify/bmfgjoiehbbfhcjjhlfbnjconnnkbpjj
説明 Access premium content on websites with paywalls
ファイルサイズ 3.16 KB
インストール数 114
現在のバージョン 0.1.1
最終更新日 2019-05-09
公開日 2019-05-08
評価 1.00/5 合計 1 レビュー
開発者 marcusgustaafklein
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.1",
    "name": "Premify",
    "description": "Access premium content on websites with paywalls",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nzherald.co.nz\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}