Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

What is Freedom to More Freedom?

Freedom to More Freedom is a Chrome extension developed by https://nullify-ctf.blogspot.com, and its main feature is "Replaces the text 'Security' with 'Freedom'.".

Extension Screenshots

screenshot

Download Freedom to More Freedom Extension CRX File

Download Freedom to More Freedom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Freedom to More Freedom Freedom to More Freedom
ID mbjafjdfamobncblnamcbfpkeelcihno
Official URL https://chromewebstore.google.com/detail/freedom-to-more-freedom/mbjafjdfamobncblnamcbfpkeelcihno
Description Replaces the text 'Security' with 'Freedom'.
File Size 3.37 KB
Installation Count 1,080
Current Version 1.0
Last Updated 2014-07-05
Publish Date 2014-07-04
Rating 2.83/5 Total 18 Ratings
Developer https://nullify-ctf.blogspot.com
Payment Type free
Supported Languages 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"
        }
    ]
}