Liberal to Cuck

Changes instances of Liberal to Cuck

什么是Liberal to Cuck?

Liberal to Cuck是由sladeschneiter开发的Chrome扩展程序,该扩展的主要功能是“Changes instances of Liberal to Cuck”。

下载Liberal to Cuck扩展crx文件

下载Liberal to Cuck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        App changes the word "Liberal" to "Cuck"                    

扩展基本信息

名称 Liberal to Cuck Liberal to Cuck
ID kdhdbdecpnpoeibagopilgadiaadphac
官方URL https://chrome.google.com/webstore/detail/liberal-to-cuck/kdhdbdecpnpoeibagopilgadiaadphac
简介 Changes instances of Liberal to Cuck
文件大小 3.5 KB
安装次数 9
当前版本 1.0
更新时间 2016-11-29
上架时间 2016-11-29
评分 3.00/5 共2次评分
开发者 sladeschneiter
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Liberal to Cuck",
    "description": "Changes instances of Liberal to Cuck",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}