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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Swardh และคุณลักษณะหลักของมันคือ "Read news, articles, blogs, posts and avoid clickbaits without passing on your visit as a pageview."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unv.is Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}