LoveWins
LoveWins . . .
什么是LoveWins?
LoveWins是由https://connector.ie开发的Chrome扩展程序,该扩展的主要功能是“LoveWins . . .”。
扩展截图
下载LoveWins扩展crx文件
下载LoveWins扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of seeing negative, homophobic slurs online? We’re proud to have created a way to make the internet a more loving, tolerant place! Our #LoveWins Google Chrome Extension turns all homophobic comments into positive, loving words. Download it for free! 扩展基本信息
| 名称 | |
| ID | ljdanpfpkjjnonglglheablpamhgloma |
| 官方URL | https://chromewebstore.google.com/detail/lovewins/ljdanpfpkjjnonglglheablpamhgloma |
| 简介 | LoveWins . . . |
| 文件大小 | 517 KB |
| 安装次数 | 115 |
| 当前版本 | 1.50 |
| 更新时间 | 2017-06-16 |
| 上架时间 | 2017-06-15 |
| 评分 | 4.78/5 共9次评分 |
| 开发者 | https://connector.ie |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "images\/icon128.png",
"default_popup": "popup.html"
},
"description": "LoveWins . . .",
"icons": {
"128": "images\/icon128.png"
},
"manifest_version": 2,
"name": "LoveWins",
"options_page": "html\/config.html",
"permissions": [
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "1.50"
} | |