Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

Τι είναι το Freedom to More Freedom;

Το Freedom to More Freedom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nullify-ctf.blogspot.com, και η κύρια λειτουργία του είναι "Replaces the text 'Security' with 'Freedom'.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Freedom to More Freedom

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

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

                        Replaces the text 'Security' with 'Freedom' in certain contexts. This basically the same as cloud to butts.                    

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

Όνομα Freedom to More Freedom Freedom to More Freedom
ID mbjafjdfamobncblnamcbfpkeelcihno
Επίσημο URL https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno
Περιγραφή Replaces the text 'Security' with 'Freedom'.
Μέγεθος Αρχείου 3.37 KB
Αριθμός Εγκαταστάσεων 1,080
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-07-05
Ημερομηνία Δημοσίευσης 2014-07-04
Αξιολόγηση 2.83/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://nullify-ctf.blogspot.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freedom to More Freedom",
    "version": "1.0",
    "description": "Replaces the text 'Security' with 'Freedom'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}