LoveWins
LoveWins . . .
What is LoveWins?
LoveWins is a Chrome extension developed by https://connector.ie, and its main feature is "LoveWins . . .".
Extension Screenshots
Download LoveWins Extension CRX File
Download LoveWins extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | LoveWins |
ID | ljdanpfpkjjnonglglheablpamhgloma |
Official URL | https://chromewebstore.google.com/detail/lovewins/ljdanpfpkjjnonglglheablpamhgloma |
Description | LoveWins . . . |
File Size | 517 KB |
Installation Count | 115 |
Current Version | 1.50 |
Last Updated | 2017-06-16 |
Publish Date | 2017-06-15 |
Rating | 4.78/5 Total 9 Ratings |
Developer | https://connector.ie |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |