Vampire to Lesbian!!
Changes all occurences of Vampire to Lesbian'.
什么是Vampire to Lesbian!!?
Vampire to Lesbian!!是由Whimsical Bees开发的Chrome扩展程序,该扩展的主要功能是“Changes all occurences of Vampire to Lesbian'.”。
扩展截图
下载Vampire to Lesbian!!扩展crx文件
下载Vampire to Lesbian!!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple plugin that changes occurrences of the work Vampire to Lesbian. 扩展基本信息
| 名称 | |
| ID | odenbpcfaaeoflkibdoaakpcdhmcoegp |
| 官方URL | https://chrome.google.com/webstore/detail/vampire-to-lesbian/odenbpcfaaeoflkibdoaakpcdhmcoegp |
| 简介 | Changes all occurences of Vampire to Lesbian'. |
| 文件大小 | 300 KB |
| 安装次数 | 151 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-08-20 |
| 上架时间 | 2016-08-20 |
| 评分 | 4.67/5 共9次评分 |
| 开发者 | Whimsical Bees |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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
}
} | |