Viblo's News Feed
Getting latest Posts and Notifications from Viblo
What is Viblo's News Feed?
Viblo's News Feed is a Chrome extension developed by Viblo, and its main feature is "Getting latest Posts and Notifications from Viblo".
Extension Screenshots
Download Viblo's News Feed Extension CRX File
Download Viblo's News Feed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Viblo's News Feed |
ID | mliahmjgdpkkicelofhbhgiidgljijmj |
Official URL | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
Description | Getting latest Posts and Notifications from Viblo |
File Size | 667 KB |
Installation Count | 190 |
Current Version | 2.4.2 |
Last Updated | 2020-01-20 |
Publish Date | 2020-01-13 |
Rating | 4.94/5 Total 17 Ratings |
Developer | Viblo |
[email protected] | |
Payment Type | free |
Extension Website | https://viblo.asia/ |
Help Page URL | https://viblo.asia/questions/ |
Supported Languages | 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" } |