Viblo's News Feed
Getting latest Posts and Notifications from Viblo
Was ist Viblo's News Feed?
Viblo's News Feed ist eine Chrome-Erweiterung, die von Viblo entwickelt wurde, und ihr Hauptmerkmal ist "Getting latest Posts and Notifications from Viblo".
Erweiterungsscreenshots
Viblo's News Feed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Viblo's News Feed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Viblo's News Feed |
ID | mliahmjgdpkkicelofhbhgiidgljijmj |
Offizielle URL | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
Beschreibung | Getting latest Posts and Notifications from Viblo |
Dateigröße | 667 KB |
Installationsanzahl | 190 |
Aktuelle Version | 2.4.2 |
Letztes Update | 2020-01-20 |
Veröffentlichungsdatum | 2020-01-13 |
Bewertung | 4.94/5 Insgesamt 17 Bewertungen |
Entwickler | Viblo |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://viblo.asia/ |
Hilfeseite URL | https://viblo.asia/questions/ |
Unterstützte Sprachen | 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" } |