Viblo's News Feed

Getting latest Posts and Notifications from Viblo

Hvad er Viblo's News Feed?

Viblo's News Feed er en Chrome-udvidelse udviklet af Viblo, og dens hovedfunktion er "Getting latest Posts and Notifications from Viblo".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Viblo's News Feed-udvidelses-CRX-fil

Download Viblo's News Feed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Viblo's News Feed Viblo's News Feed
ID mliahmjgdpkkicelofhbhgiidgljijmj
Officiel URL https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj
Beskrivelse Getting latest Posts and Notifications from Viblo
Filstørrelse 667 KB
Antal Installationer 190
Nuværende Version 2.4.2
Senest Opdateret 2020-01-20
Udgivelsesdato 2020-01-13
Bedømmelse 4.94/5 Samlet 17 Bedømmelser
Udvikler Viblo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://viblo.asia/
Hjælpeside-URL https://viblo.asia/questions/
Understøttede Sprog 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"
}