Gay? Wikipedia
Change the word "Personal Life" to "Gay?" on Wikipedia pages
什么是Gay? Wikipedia?
Gay? Wikipedia是由seven-dillenia开发的Chrome扩展程序,该扩展的主要功能是“Change the word "Personal Life" to "Gay?" on Wikipedia pages”。
扩展截图
下载Gay? Wikipedia扩展crx文件
下载Gay? Wikipedia扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A simple extension that changes the world "Personal Life" on Wikipedia to "Gay?".                     扩展基本信息
| 名称 |   |  
| ID | npfkncfachgpmimogndpnmgfipfomjki | 
| 官方URL | https://chromewebstore.google.com/detail/gay-wikipedia/npfkncfachgpmimogndpnmgfipfomjki | 
| 简介 | Change the word "Personal Life" to "Gay?" on Wikipedia pages | 
| 文件大小 | 13.73 KB | 
| 安装次数 | 791 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2019-12-26 | 
| 上架时间 | 2019-12-25 | 
| 评分 | 5.00/5 共10次评分 | 
| 开发者 | seven-dillenia | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/leechuyem/gay-wikipedia | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "name": "Gay? Wikipedia",
    "short_name": "Gay? Wikipedia",
    "description": "Change the word \"Personal Life\" to \"Gay?\" on Wikipedia pages",
    "author": "Lee Chu Yem",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}  |  |