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