Two Sentence Horror
Gets two sentence horrors from reddit
Was ist Two Sentence Horror?
Two Sentence Horror ist eine Chrome-Erweiterung, die von Fox Islam entwickelt wurde, und ihr Hauptmerkmal ist "Gets two sentence horrors from reddit".
Erweiterungsscreenshots
Two Sentence Horror-Erweiterungs-CRX-Datei herunterladen
Laden Sie Two Sentence Horror-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clmdgdmhdfkfhgnobclkjggceaklnlno |
| Offizielle URL | https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno |
| Beschreibung | Gets two sentence horrors from reddit |
| Dateigröße | 138 KB |
| Installationsanzahl | 39 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2020-03-23 |
| Veröffentlichungsdatum | 2020-03-23 |
| Entwickler | Fox Islam |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |