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 |
| 官方網址 | 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
}
} | |