LoveWins
LoveWins . . .
Cos'è LoveWins?
LoveWins è un'estensione di Chrome sviluppata da https://connector.ie, e la sua funzione principale è "LoveWins . . .".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LoveWins
Scarica i file di estensione LoveWins in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | ljdanpfpkjjnonglglheablpamhgloma |
| URL Ufficiale | https://chromewebstore.google.com/detail/lovewins/ljdanpfpkjjnonglglheablpamhgloma |
| Descrizione | LoveWins . . . |
| Dimensione del File | 517 KB |
| Conteggio Installazioni | 115 |
| Versione Corrente | 1.50 |
| Ultimo Aggiornamento | 2017-06-16 |
| Data di Pubblicazione | 2017-06-15 |
| Valutazione | 4.78/5 Totale 9 Valutazioni |
| Sviluppatore | https://connector.ie |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |