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