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
官方網址 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"
        ]
    }
}