Viblo's News Feed
Getting latest Posts and Notifications from Viblo
Cos'è Viblo's News Feed?
Viblo's News Feed è un'estensione di Chrome sviluppata da Viblo, e la sua funzione principale è "Getting latest Posts and Notifications from Viblo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Viblo's News Feed
Scarica i file di estensione Viblo's News Feed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | mliahmjgdpkkicelofhbhgiidgljijmj |
| URL Ufficiale | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
| Descrizione | Getting latest Posts and Notifications from Viblo |
| Dimensione del File | 667 KB |
| Conteggio Installazioni | 190 |
| Versione Corrente | 2.4.2 |
| Ultimo Aggiornamento | 2020-01-20 |
| Data di Pubblicazione | 2020-01-13 |
| Valutazione | 4.94/5 Totale 17 Valutazioni |
| Sviluppatore | Viblo |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://viblo.asia/ |
| URL della Pagina di Aiuto | https://viblo.asia/questions/ |
| Lingue Supportate | 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"
} | |