Viblo's News Feed
Getting latest Posts and Notifications from Viblo
¿Qué es Viblo's News Feed?
Viblo's News Feed es una extensión de Chrome desarrollada por Viblo, y su función principal es "Getting latest Posts and Notifications from Viblo".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Viblo's News Feed
Descarga archivos de extensión Viblo's News Feed en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Viblo's News Feed |
ID | mliahmjgdpkkicelofhbhgiidgljijmj |
URL Oficial | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
Descripción | Getting latest Posts and Notifications from Viblo |
Tamaño del Archivo | 667 KB |
Cantidad de Instalaciones | 190 |
Versión Actual | 2.4.2 |
Última Actualización | 2020-01-20 |
Fecha de Publicación | 2020-01-13 |
Calificación | 4.94/5 Total de 17 Calificaciones |
Desarrollador | Viblo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://viblo.asia/ |
URL de la Página de Ayuda | https://viblo.asia/questions/ |
Idiomas Soportados | 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" } |