the Ridiculer

Extension that makes the news easier to read for liberals and progressives.

the Ridiculerとは何ですか?

the Ridiculerはrleonenによって開発されたChromeの拡張機能で、その主な機能は「Extension that makes the news easier to read for liberals and progressives.」です。

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

screenshot

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

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

拡張機能の使用方法

                        If you are unhappy about the results of the 2016 election, this extension will make the news a little bit easier to read. Replaces select terms with other, more appropriate ones. Good for a laugh or two. Install and read the news as you normally do. Continuously updated with new replacement text.                    

拡張機能の基本情報

名前 the Ridiculer the Ridiculer
ID djkfmdnmmbddamdmfcecbepcpjidpohf
公式URL https://chromewebstore.google.com/detail/the-ridiculer/djkfmdnmmbddamdmfcecbepcpjidpohf
説明 Extension that makes the news easier to read for liberals and progressives.
ファイルサイズ 8.84 KB
インストール数 271
現在のバージョン 1.3
最終更新日 2021-03-12
公開日 2016-12-06
評価 5.00/5 合計 17 レビュー
開発者 rleonen
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "the Ridiculer",
    "author": "ralph leonen",
    "version": "1.3",
    "description": "Extension that makes the news easier to read for liberals and progressives.",
    "icons": {
        "16": "images\/ridiculer16.png",
        "48": "images\/ridiculer48.png",
        "128": "images\/ridiculer128.png"
    },
    "short_name": "ridiculer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}