The Church of Social Justice
Replaces every occurrence of certain key phrases for a more honest user experience
The Church of Social Justiceとは何ですか?
The Church of Social JusticeはLo Pingによって開発されたChromeの拡張機能で、その主な機能は「Replaces every occurrence of certain key phrases for a more honest user experience」です。
拡張機能のスクリーンショット
The Church of Social Justice拡張機能のCRXファイルをダウンロード
The Church of Social Justice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Replaces every occurrence of certain key phrases for a more authentic and honest user experience.                     拡張機能の基本情報
| 名前 |  | 
| ID | mjmedjkamfhiiafaekaemicbofipfpnd | 
| 公式URL | https://chromewebstore.google.com/detail/the-church-of-social-just/mjmedjkamfhiiafaekaemicbofipfpnd | 
| 説明 | Replaces every occurrence of certain key phrases for a more honest user experience | 
| ファイルサイズ | 3.79 KB | 
| インストール数 | 36 | 
| 現在のバージョン | 1.52 | 
| 最終更新日 | 2016-12-07 | 
| 公開日 | 2016-12-06 | 
| 評価 | 4.83/5 合計 6 レビュー | 
| 開発者 | Lo Ping | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Church of Social Justice",
    "description": "Replaces every occurrence of certain key phrases for a more honest user experience",
    "version": "1.52",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
} | |