Viblo's News Feed

Getting latest Posts and Notifications from Viblo

O que é Viblo's News Feed?

Viblo's News Feed é uma extensão do Chrome desenvolvida por Viblo, e sua principal característica é "Getting latest Posts and Notifications from Viblo".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Viblo's News Feed

Baixe arquivos de extensão Viblo's News Feed no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Viblo's News Feed Viblo's News Feed
ID mliahmjgdpkkicelofhbhgiidgljijmj
URL Oficial https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj
Descrição Getting latest Posts and Notifications from Viblo
Tamanho do Arquivo 667 KB
Contagem de Instalações 190
Versão Atual 2.4.2
Última Atualização 2020-01-20
Data de Publicação 2020-01-13
Classificação 4.94/5 Total de 17 Avaliações
Desenvolvedor Viblo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://viblo.asia/
URL da Página de Ajuda https://viblo.asia/questions/
Idiomas Suportados 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"
}