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"
        }
    ]
} | |