Viblo's News Feed
Getting latest Posts and Notifications from Viblo
Что такое Viblo's News Feed?
Viblo's News Feed - это расширение Chrome, разработанное Viblo, и его основная функция - "Getting latest Posts and Notifications from Viblo".
Снимки экрана расширения
Скачать файл CRX расширения Viblo's News Feed
Скачайте файлы расширений Viblo's News Feed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Viblo's News Feed |
ID | mliahmjgdpkkicelofhbhgiidgljijmj |
Официальный URL | https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj |
Описание | Getting latest Posts and Notifications from Viblo |
Размер файла | 667 KB |
Количество установок | 190 |
Текущая Версия | 2.4.2 |
Последнее Обновление | 2020-01-20 |
Дата публикации | 2020-01-13 |
Рейтинг | 4.94/5 Всего 17 оценок |
Разработчик | Viblo |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://viblo.asia/ |
URL страницы помощи | https://viblo.asia/questions/ |
Поддерживаемые языки | 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" } |