Two Sentence Horror
Gets two sentence horrors from reddit
什么是Two Sentence Horror?
Two Sentence Horror是由Fox Islam开发的Chrome扩展程序,该扩展的主要功能是“Gets two sentence horrors from reddit”。
扩展截图
下载Two Sentence Horror扩展crx文件
下载Two Sentence Horror扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension that fetches the (hourly/daily/weekly etc) top post from the Two Sentence Horror subreddit
Visit the GitHub repo here:
https://github.com/Fox-Islam/two-sentence-horror-extension 扩展基本信息
| 名称 | |
| ID | clmdgdmhdfkfhgnobclkjggceaklnlno |
| 官方URL | https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno |
| 简介 | Gets two sentence horrors from reddit |
| 文件大小 | 138 KB |
| 安装次数 | 39 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2020-03-23 |
| 上架时间 | 2020-03-23 |
| 开发者 | Fox Islam |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Two Sentence Horror",
"description": "Gets two sentence horrors from reddit",
"version": "1.0.2",
"permissions": [
"storage"
],
"browser_action": {
"default_popup": "twosentencehorror.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"128": "icon.png",
"256": "twosentencehorror.png"
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
} | |