Viblo's News Feed

Getting latest Posts and Notifications from Viblo

Co je Viblo's News Feed?

Viblo's News Feed je rozšíření Chrome vyvinuté Viblo, a jeho hlavní funkcí je „Getting latest Posts and Notifications from Viblo“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Viblo's News Feed

Stáhněte si soubory rozšíření Viblo's News Feed ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Viblo's News Feed Viblo's News Feed
ID mliahmjgdpkkicelofhbhgiidgljijmj
Oficiální URL https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj
Popis Getting latest Posts and Notifications from Viblo
Velikost souboru 667 KB
Počet instalací 190
Aktuální Verze 2.4.2
Poslední Aktualizace 2020-01-20
Datum Vydání 2020-01-13
Hodnocení 4.94/5 Celkem 17 Hodnocení
Vývojář Viblo
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://viblo.asia/
URL Stránky Nápovědy https://viblo.asia/questions/
Podporované Jazyky 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"
}