Freedom to More Freedom
Replaces the text 'Security' with 'Freedom'.
什么是Freedom to More Freedom?
Freedom to More Freedom是由https://nullify-ctf.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Security' with 'Freedom'.”。
扩展截图
下载Freedom to More Freedom扩展crx文件
下载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.                     扩展基本信息
| 名称 |  | 
| 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"
        }
    ]
} | |