Vampire to Lesbian!!
Changes all occurences of Vampire to Lesbian'.
Wat is Vampire to Lesbian!!?
Vampire to Lesbian!! is een Chrome-extensie ontwikkeld door Whimsical Bees, en de belangrijkste functie is "Changes all occurences of Vampire to Lesbian'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Vampire to Lesbian!!
Download Vampire to Lesbian!!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a simple plugin that changes occurrences of the work Vampire to Lesbian.
Basisinformatie over de Extensie
Naam | |
ID | odenbpcfaaeoflkibdoaakpcdhmcoegp |
Officiële URL | https://chrome.google.com/webstore/detail/vampire-to-lesbian/odenbpcfaaeoflkibdoaakpcdhmcoegp |
Beschrijving | Changes all occurences of Vampire to Lesbian'. |
Bestandsgrootte | 300 KB |
Aantal Installaties | 151 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-08-20 |
Publicatiedatum | 2016-08-20 |
Beoordeling | 4.67/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Whimsical Bees |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |