Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

Qu'est-ce que Freedom to More Freedom ?

Freedom to More Freedom est une extension Chrome développée par https://nullify-ctf.blogspot.com, et sa fonction principale est "Replaces the text 'Security' with 'Freedom'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Freedom to More Freedom

Téléchargez les fichiers d'extension Freedom to More Freedom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Freedom to More Freedom Freedom to More Freedom
ID mbjafjdfamobncblnamcbfpkeelcihno
URL Officiel https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno
Description Replaces the text 'Security' with 'Freedom'.
Taille du Fichier 3.37 KB
Nombre d'Installations 1,080
Version Actuelle 1.0
Dernière Mise à Jour 2014-07-05
Date de Publication 2014-07-04
Évaluation 2.83/5 Total 18 Évaluations
Développeur https://nullify-ctf.blogspot.com
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}