Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

Cos'è Freedom to More Freedom?

Freedom to More Freedom è un'estensione di Chrome sviluppata da https://nullify-ctf.blogspot.com, e la sua funzione principale è "Replaces the text 'Security' with 'Freedom'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Freedom to More Freedom

Scarica i file di estensione Freedom to More Freedom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Freedom to More Freedom Freedom to More Freedom
ID mbjafjdfamobncblnamcbfpkeelcihno
URL Ufficiale https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno
Descrizione Replaces the text 'Security' with 'Freedom'.
Dimensione del File 3.37 KB
Conteggio Installazioni 1,080
Versione Corrente 1.0
Ultimo Aggiornamento 2014-07-05
Data di Pubblicazione 2014-07-04
Valutazione 2.83/5 Totale 18 Valutazioni
Sviluppatore https://nullify-ctf.blogspot.com
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}