Vampire to Lesbian!!
Changes all occurences of Vampire to Lesbian'.
What is Vampire to Lesbian!!?
Vampire to Lesbian!! is a Chrome extension developed by Whimsical Bees, and its main feature is "Changes all occurences of Vampire to Lesbian'.".
Extension Screenshots
Download Vampire to Lesbian!! Extension CRX File
Download Vampire to Lesbian!! 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
This is a simple plugin that changes occurrences of the work Vampire to Lesbian.
Extension Basic Information
Name | |
ID | odenbpcfaaeoflkibdoaakpcdhmcoegp |
Official URL | https://chrome.google.com/webstore/detail/vampire-to-lesbian/odenbpcfaaeoflkibdoaakpcdhmcoegp |
Description | Changes all occurences of Vampire to Lesbian'. |
File Size | 300 KB |
Installation Count | 151 |
Current Version | 1.0 |
Last Updated | 2016-08-20 |
Publish Date | 2016-08-20 |
Rating | 4.67/5 Total 9 Ratings |
Developer | Whimsical Bees |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |