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
电子邮箱 [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"
        ]
    }
}