Vampire to Lesbian!!
Changes all occurences of Vampire to Lesbian'.
Cos'è Vampire to Lesbian!!?
Vampire to Lesbian!! è un'estensione di Chrome sviluppata da Whimsical Bees, e la sua funzione principale è "Changes all occurences of Vampire to Lesbian'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vampire to Lesbian!!
Scarica i file di estensione Vampire to Lesbian!! 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
This is a simple plugin that changes occurrences of the work Vampire to Lesbian.
Informazioni di Base sull'Estensione
Nome | |
ID | odenbpcfaaeoflkibdoaakpcdhmcoegp |
URL Ufficiale | https://chrome.google.com/webstore/detail/vampire-to-lesbian/odenbpcfaaeoflkibdoaakpcdhmcoegp |
Descrizione | Changes all occurences of Vampire to Lesbian'. |
Dimensione del File | 300 KB |
Conteggio Installazioni | 151 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-08-20 |
Data di Pubblicazione | 2016-08-20 |
Valutazione | 4.67/5 Totale 9 Valutazioni |
Sviluppatore | Whimsical Bees |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vampire to Lesbian!!", "version": "1.0", "description": "Changes all occurences of Vampire to Lesbian'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "32": "icon.png" } }, "icons": { "32": "icon.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |