Latest Fox Business Videos

See the latest and most popular news.

Τι είναι το Latest Fox Business Videos;

Το Latest Fox Business Videos είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.supernewsworld.com, και η κύρια λειτουργία του είναι "See the latest and most popular news.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Latest Fox Business Videos

Λήψη αρχείων επέκτασης Latest Fox Business Videos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        See the latest and most popular Fox Business Network Videos. View the Latest Fox Business News Videos Daily.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Latest Fox Business Videos Latest Fox Business Videos
ID ckgchililjdlmimnephkoccldaacoecn
Επίσημο URL https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn
Περιγραφή See the latest and most popular news.
Μέγεθος Αρχείου 477 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 1.1.8
Τελευταία Ενημέρωση 2018-10-05
Ημερομηνία Δημοσίευσης 2018-10-05
Προγραμματιστής http://www.supernewsworld.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest Fox Business Videos",
    "version": "1.1.8",
    "description": "See the latest and most popular news.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View Latest News",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.supernewsworld.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/jquery.scrollbar.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}