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
电子邮箱 [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"
        }
    ]
}