Two Sentence Horror
Gets two sentence horrors from reddit
What is Two Sentence Horror?
Two Sentence Horror is a Chrome extension developed by Fox Islam, and its main feature is "Gets two sentence horrors from reddit".
Extension Screenshots
Download Two Sentence Horror Extension CRX File
Download Two Sentence Horror extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Two Sentence Horror |
ID | clmdgdmhdfkfhgnobclkjggceaklnlno |
Official URL | https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno |
Description | Gets two sentence horrors from reddit |
File Size | 138 KB |
Installation Count | 39 |
Current Version | 1.0.2 |
Last Updated | 2020-03-23 |
Publish Date | 2020-03-23 |
Developer | Fox Islam |
Payment Type | free |
Supported Languages | 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'" } |