Viblo's News Feed

Getting latest Posts and Notifications from Viblo

Qu'est-ce que Viblo's News Feed ?

Viblo's News Feed est une extension Chrome développée par Viblo, et sa fonction principale est "Getting latest Posts and Notifications from Viblo".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Viblo's News Feed

Téléchargez les fichiers d'extension Viblo's News Feed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Viblo's News Feed Viblo's News Feed
ID mliahmjgdpkkicelofhbhgiidgljijmj
URL Officiel https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj
Description Getting latest Posts and Notifications from Viblo
Taille du Fichier 667 KB
Nombre d'Installations 190
Version Actuelle 2.4.2
Dernière Mise à Jour 2020-01-20
Date de Publication 2020-01-13
Évaluation 4.94/5 Total 17 Évaluations
Développeur Viblo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://viblo.asia/
URL de la Page d'Aide https://viblo.asia/questions/
Langues Prises en Charge 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"
}