Modern Manifesto

Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.

Modern Manifestoとは何ですか?

Modern ManifestoはPalestinianLiberatorによって開発されたChromeの拡張機能で、その主な機能は「Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.」です。

拡張機能のスクリーンショット

screenshot

Modern Manifesto拡張機能のCRXファイルをダウンロード

Modern Manifesto拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The bourgeoisie have concealed their contempt of the proletariat by focusing their ire on "millennials". This addon removes this shroud of deception, and reveals who "they" are really talking about.                    

拡張機能の基本情報

名前 Modern Manifesto Modern Manifesto
ID megpbfcgaeignnmoiogkgdlheabgfdih
公式URL https://chromewebstore.google.com/detail/modern-manifesto/megpbfcgaeignnmoiogkgdlheabgfdih
説明 Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.
ファイルサイズ 43.65 KB
インストール数 38
現在のバージョン 1.0
最終更新日 2017-11-30
公開日 2017-11-29
評価 5.00/5 合計 5 レビュー
開発者 PalestinianLiberator
支払い方法 free
拡張機能のウェブサイト http://palestinianliberator.tumblr.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modern Manifesto",
    "description": "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means. ",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}