Breaking News

Get the top live-breaking news from all over the world in real-time!

Τι είναι το Breaking News;

Το Breaking News είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kimjones.solutions, και η κύρια λειτουργία του είναι "Get the top live-breaking news from all over the world in real-time!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Breaking News

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

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

                        The extension lets the user get the top live-breaking news from all over the world in real-time.                    

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

Όνομα Breaking News Breaking News
ID bcimglmahjflnpkifkgbcngldjojbplc
Επίσημο URL https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc
Περιγραφή Get the top live-breaking news from all over the world in real-time!
Μέγεθος Αρχείου 14.74 KB
Αριθμός Εγκαταστάσεων 2,099
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2022-12-14
Ημερομηνία Δημοσίευσης 2022-12-14
Προγραμματιστής kimjones.solutions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://home.himselvepostly.xyz/
Διεύθυνση URL της Σελίδας Βοήθειας https://home.himselvepostly.xyz/contact.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Breaking News",
        "default_popup": "popup.html"
    },
    "description": "Get the top live-breaking news from all over the world in real-time!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Breaking News",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}