Viblo's News Feed
Getting latest Posts and Notifications from Viblo
Co to jest Viblo's News Feed?
Viblo's News Feed to rozszerzenie Chrome opracowane przez Viblo, a jego główną funkcją jest „Getting latest Posts and Notifications from Viblo”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Viblo's News Feed
Pobierz pliki rozszerzeń Viblo's News Feed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mliahmjgdpkkicelofhbhgiidgljijmj |
| Oficjalny URL | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
| Opis | Getting latest Posts and Notifications from Viblo |
| Rozmiar pliku | 667 KB |
| Liczba instalacji | 190 |
| Aktualna Wersja | 2.4.2 |
| Ostatnia Aktualizacja | 2020-01-20 |
| Data Publikacji | 2020-01-13 |
| Ocena | 4.94/5 Łącznie 17 Oceny |
| Deweloper | Viblo |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://viblo.asia/ |
| Adres URL Strony Pomocy | https://viblo.asia/questions/ |
| Obsługiwane Języki | 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"
} | |