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 |
| Eメール | [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
}
} | |