Viblo's News Feed

Getting latest Posts and Notifications from Viblo

Viblo's News Feedคืออะไร?

Viblo's News Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viblo และคุณลักษณะหลักของมันคือ "Getting latest Posts and Notifications from Viblo"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Viblo's News Feed

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

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

                        Getting newest information from Viblo

■ Latest Posts list
■ Latest Notifications list
■ Real time notification about new Post created, post clipped, post voted up/down, post commented, post promoted, mentioned in post or comment, followed ...
■ Quick Search from Address bar
■ Configurable setting

■ And more awesome features coming soon ...


Latest Version:
■ Fix app crashed on Chrome v72
■ Fix bug: Avatar issue                    

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

ชื่อ Viblo's News Feed Viblo's News Feed
ID mliahmjgdpkkicelofhbhgiidgljijmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj
คำอธิบาย Getting latest Posts and Notifications from Viblo
ขนาดไฟล์ 667 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 2.4.2
อัปเดตครั้งล่าสุด 2020-01-20
วันที่เผยแพร่ 2020-01-13
คะแนน 4.94/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Viblo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://viblo.asia/
URL หน้าช่วยเหลือ https://viblo.asia/questions/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viblo's News Feed",
    "short_name": "Viblo",
    "version": "2.4.2",
    "manifest_version": 2,
    "description": "Getting latest Posts and Notifications from Viblo",
    "content_scripts": [],
    "web_accessible_resources": [
        "images\/logo.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon64.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "https:\/\/*.viblo.asia\/"
    ],
    "omnibox": {
        "keyword": "viblo"
    },
    "icons": {
        "64": "images\/icon64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/viblo.asia"
}