fsociety Screensaver
Protect your secrets with the retro Mr. Robot screensaver.
什么是fsociety Screensaver?
fsociety Screensaver是由whoismrrobot开发的Chrome扩展程序,该扩展的主要功能是“Protect your secrets with the retro Mr. Robot screensaver.”。
扩展截图
下载fsociety Screensaver扩展crx文件
下载fsociety Screensaver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Someone is always watching you. Listening to you. Owning you. Protect your secrets from prying eyes with the retro fsociety-inspired screensaver. 扩展基本信息
| 名称 | |
| ID | nomhcelaojihebfcegepgifpmdcgfnfn |
| 官方URL | https://chromewebstore.google.com/detail/fsociety-screensaver/nomhcelaojihebfcegepgifpmdcgfnfn |
| 简介 | Protect your secrets with the retro Mr. Robot screensaver. |
| 文件大小 | 542 KB |
| 安装次数 | 374 |
| 当前版本 | 1.1 |
| 更新时间 | 2016-08-11 |
| 上架时间 | 2016-08-11 |
| 评分 | 4.31/5 共16次评分 |
| 开发者 | whoismrrobot |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "fsociety Screensaver",
"description": "Protect your secrets with the retro Mr. Robot screensaver.",
"version": "1.1",
"author": "whoismrrobot",
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"popup.js"
]
}
} | |