Voz Living

Voz Living - Better Voz

Voz Livingคืออะไร?

Voz Living เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Khoi-Phong Le และคุณลักษณะหลักของมันคือ "Voz Living - Better Voz"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voz Living

ดาวน์โหลดไฟล์ส่วนขยาย Voz Living ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tính năng trích dẫn quote đôi lúc không hoạt động được

#3.20.8 fix quote
#3.20.6 fix wide screen styling

Privacy Policy https://goo.gl/PNFUmn (Vietnamese version in the description below)

VOZ F17 Utility
Discussion: http://vozforums.com/showthread.php?t=2846050
Features: https://github.com/voz-living/chrome-extension-react/wiki/Voz-Living-Features
Source: https://github.com/voz-living/chrome-extension-react
Vấn đề bảo mật và dữ liệu người dùng: https://github.com/voz-living/chrome-extension-react/wiki/V-v-D%E1%BB%AF-li%E1%BB%87u-ng%C6%B0%E1%BB%9Di-d%C3%B9ng

Thông báo khi được trích dẫn
Theo dõi tất cả các thớt được subscribe
Hiển thị số bài viết mới từ lần xem gần nhất
Tự động nhận biết link
Tự động hiển thị hình ảnh, video youtube từ link
Xóa redirect
Dùng emo dễ hơn với full list emo kế bên khung soạn thảo

Firefox addons: https://addons.mozilla.org/en-US/firefox/addon/voz-living/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Voz Living Voz Living
ID bpfbcbgognjimbmabiiphhofpgdcgbgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/voz-living/bpfbcbgognjimbmabiiphhofpgdcgbgc
คำอธิบาย Voz Living - Better Voz
ขนาดไฟล์ 1014 KB
จำนวนการติดตั้ง 3,086
เวอร์ชันปัจจุบัน 3.20.8
อัปเดตครั้งล่าสุด 2020-01-14
วันที่เผยแพร่ 2020-01-13
คะแนน 4.86/5 รวมทั้งหมด 182 คะแนน
ผู้พัฒนา Khoi-Phong Le
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.facebook.com/VozLiving
URL หน้าช่วยเหลือ http://vozforums.com/showthread.php?t=2846050
URL หน้านโยบายความเป็นส่วนตัว https://github.com/voz-living/chrome-extension-react/wiki/Privacy-Policy
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voz Living",
    "version": "3.20.8",
    "manifest_version": 2,
    "description": "Voz Living - Better Voz",
    "homepage_url": "https:\/\/www.facebook.com\/VozLiving\/",
    "icons": {
        "16": "assert\/icon\/16.png",
        "32": "assert\/icon\/32.png",
        "64": "assert\/icon\/64.png",
        "128": "assert\/icon\/128.png",
        "256": "assert\/icon\/256.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "19": "assert\/icon\/16.png",
            "38": "assert\/icon\/64.png"
        },
        "default_title": "Voz Living",
        "default_popup": "assert\/popup.html"
    },
    "permissions": [
        "*:\/\/*.vozforums.com\/*",
        "*:\/\/forums.voz.vn\/*",
        "*:\/\/.vozforums.com\/*",
        "http:\/\/*.pik.vn\/*",
        "notifications",
        "storage",
        "tabs",
        "cookies"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "common.dll.js",
                "content.dll.js",
                "voz-living.js"
            ],
            "css": [
                "content-style.css"
            ],
            "matches": [
                "http:\/\/localhost-voz\/",
                "http:\/\/localhost-voz\/*",
                "*:\/\/*.localhost-voz\/*",
                "*:\/\/*.vozforums.com\/*",
                "*:\/\/forums.voz.vn\/*",
                "http:\/\/*.vozforums.com\/*",
                "http:\/\/www.vozforums.com\/*",
                "https:\/\/forums.voz.vn\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "assert\/*"
    ]
}