Viblo's News Feed
Getting latest Posts and Notifications from Viblo
Wat is Viblo's News Feed?
Viblo's News Feed is een Chrome-extensie ontwikkeld door Viblo, en de belangrijkste functie is "Getting latest Posts and Notifications from Viblo".
Extensie Screenshots
Download het CRX-bestand van de extensie Viblo's News Feed
Download Viblo's News Feed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | mliahmjgdpkkicelofhbhgiidgljijmj |
| Officiële URL | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
| Beschrijving | Getting latest Posts and Notifications from Viblo |
| Bestandsgrootte | 667 KB |
| Aantal Installaties | 190 |
| Huidige Versie | 2.4.2 |
| Laatst Bijgewerkt | 2020-01-20 |
| Publicatiedatum | 2020-01-13 |
| Beoordeling | 4.94/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | Viblo |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://viblo.asia/ |
| Help Pagina-URL | https://viblo.asia/questions/ |
| Ondersteunde Talen | 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"
} | |