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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
}