Unv.is Plus

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

What is Unv.is Plus?

Unv.is Plus is a Chrome extension developed by Nick Swardh, and its main feature is "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.".

Extension Screenshots

screenshot

Download Unv.is Plus Extension CRX File

Download Unv.is Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Unv.is Plus Unv.is Plus
ID ggflmjjmfalblopblmfapefaofhooabl
Official URL https://chrome.google.com/webstore/detail/unvis-plus/ggflmjjmfalblopblmfapefaofhooabl
Description Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.
File Size 68.05 KB
Installation Count 363
Current Version 1.3
Last Updated 2018-03-13
Publish Date 2018-03-13
Rating 1.00/5 Total 1 Ratings
Developer Nick Swardh
Email [email protected]
Payment Type free
Extension Website http://www.nswardh.com
Help Page URL https://github.com/nickswardh/unvisplus
Supported Languages 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"
        ]
    }
}