Santa to Satan
Swaps the word 'Santa' with the word 'Satan'; great for the holidays.
Santa to Satanとは何ですか?
Santa to SatanはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Swaps the word 'Santa' with the word 'Satan'; great for the holidays.」です。
拡張機能のスクリーンショット
Santa to Satan拡張機能のCRXファイルをダウンロード
Santa to Satan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Special request from a friend--changes the word "Santa" to "Satan" to make your holiday experience better. Also will make cities in California look a lot more evil so caveat emptor. 拡張機能の基本情報
| 名前 | |
| ID | oggeichdlekdakedbibaihfehgdckdfk |
| 公式URL | https://chromewebstore.google.com/detail/santa-to-satan/oggeichdlekdakedbibaihfehgdckdfk |
| 説明 | Swaps the word 'Santa' with the word 'Satan'; great for the holidays. |
| ファイルサイズ | 3.62 KB |
| インストール数 | 47 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2016-12-13 |
| 公開日 | 2016-12-13 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Santa to Satan",
"description": "Swaps the word 'Santa' with the word 'Satan'; great for the holidays.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |