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 |
| Eメール | [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"
} | |