Unv.is Plus

Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.

Unv.is Plusとは何ですか?

Unv.is PlusはNick Swardhによって開発されたChromeの拡張機能で、その主な機能は「Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.」です。

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

screenshot

Unv.is Plus拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.

This Chrome-extension use the service provided by Unvis, a web proxy tool for stripping away all fancy stuff (like the Readability feature in Firefox) from web pages into a simple readable text-format of almost any web page.                    

拡張機能の基本情報

名前 Unv.is Plus Unv.is Plus
ID ggflmjjmfalblopblmfapefaofhooabl
公式URL https://chrome.google.com/webstore/detail/unvis-plus/ggflmjjmfalblopblmfapefaofhooabl
説明 Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.
ファイルサイズ 68.05 KB
インストール数 363
現在のバージョン 1.3
最終更新日 2018-03-13
公開日 2018-03-13
評価 1.00/5 合計 1 レビュー
開発者 Nick Swardh
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.nswardh.com
ヘルプページのURL https://github.com/nickswardh/unvisplus
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.",
    "manifest_version": 2,
    "name": "Unv.is Plus",
    "short_name": "Unv.is Plus",
    "version": "1.3",
    "author": "Nick Swardh",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png"
        },
        "default_title": "Unv.is Plus",
        "default_popup": "options\/options.html"
    },
    "background": {
        "scripts": [
            "redirect.js",
            "contextmenu.js",
            "counter.js"
        ]
    }
}