Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Τι είναι το Brexit Means Breakfast;

Το Brexit Means Breakfast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brexitmeansbreakfast.co.uk, και η κύρια λειτουργία του είναι "Replace Brexit with Breakfast arround the web.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Brexit Means Breakfast

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

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

                        Brexit Means Breakfast Is a Chrome extension which hijacks Brexit discussions on the web by changing the topic to the most important meal of the day – so you never have to read about Brexit again.                    

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

Όνομα Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
Επίσημο URL https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Περιγραφή Replace Brexit with Breakfast arround the web.
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2019-06-29
Ημερομηνία Δημοσίευσης 2019-06-24
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://brexitmeansbreakfast.co.uk
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://brexitmeansbreakfast.co.uk/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit Means Breakfast",
    "description": "Replace Brexit with Breakfast arround the web.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "permissions": [
                "activeTab"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon-16.jpg",
        "128": "icon.jpg"
    }
}