Unv.is Plus

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

Unv.is Plus là gì?

Unv.is Plus là một tiện ích mở rộng Chrome được phát triển bởi Nick Swardh, và tính năng chính của nó là "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unv.is Plus

Tải xuống các tệp mở rộng Unv.is Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unv.is Plus Unv.is Plus
ID ggflmjjmfalblopblmfapefaofhooabl
URL Chính Thức https://chrome.google.com/webstore/detail/unvis-plus/ggflmjjmfalblopblmfapefaofhooabl
Mô tả Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview.
Kích Thước Tệp 68.05 KB
Số Lần Cài Đặt 363
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-03-13
Ngày Phát Hành 2018-03-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nick Swardh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.nswardh.com
URL Trang Trợ Giúp https://github.com/nickswardh/unvisplus
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}