Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

Wat is Freedom to More Freedom?

Freedom to More Freedom is een Chrome-extensie ontwikkeld door https://nullify-ctf.blogspot.com, en de belangrijkste functie is "Replaces the text 'Security' with 'Freedom'.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Freedom to More Freedom

Download Freedom to More Freedom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Freedom to More Freedom Freedom to More Freedom
ID mbjafjdfamobncblnamcbfpkeelcihno
Officiële URL https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno
Beschrijving Replaces the text 'Security' with 'Freedom'.
Bestandsgrootte 3.37 KB
Aantal Installaties 1,080
Huidige Versie 1.0
Laatst Bijgewerkt 2014-07-05
Publicatiedatum 2014-07-04
Beoordeling 2.83/5 Totaal 18 Beoordelingen
Ontwikkelaar https://nullify-ctf.blogspot.com
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}