Viblo's News Feed

Getting latest Posts and Notifications from Viblo

Vad är Viblo's News Feed?

Viblo's News Feed är en Chrome-tillägg utvecklad av Viblo, och dess huvudfunktion är "Getting latest Posts and Notifications from Viblo".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Viblo's News Feed-förlängningens CRX-fil

Ladda ner Viblo's News Feed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Viblo's News Feed Viblo's News Feed
ID mliahmjgdpkkicelofhbhgiidgljijmj
Officiell webbadress https://chromewebstore.google.com/detail/viblos-news-feed/mliahmjgdpkkicelofhbhgiidgljijmj
Beskrivning Getting latest Posts and Notifications from Viblo
Filstorlek 667 KB
Antal Installationer 190
Aktuell Version 2.4.2
Senast Uppdaterad 2020-01-20
Publiceringsdatum 2020-01-13
Betyg 4.94/5 Totalt 17 Betyg
Utvecklare Viblo
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://viblo.asia/
Hjälpsida URL https://viblo.asia/questions/
Stödda Språk 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"
}