Two Sentence Horror
Gets two sentence horrors from reddit
Two Sentence Horror là gì?
Two Sentence Horror là một tiện ích mở rộng Chrome được phát triển bởi Fox Islam, và tính năng chính của nó là "Gets two sentence horrors from reddit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Two Sentence Horror
Tải xuống các tệp mở rộng Two Sentence Horror dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Two Sentence Horror |
ID | clmdgdmhdfkfhgnobclkjggceaklnlno |
URL Chính Thức | https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno |
Mô tả | Gets two sentence horrors from reddit |
Kích Thước Tệp | 138 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2020-03-23 |
Ngày Phát Hành | 2020-03-23 |
Nhà Phát Triển | Fox Islam |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |