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"
}
]
} | |