Two Sentence Horror

Gets two sentence horrors from reddit

Wat is Two Sentence Horror?

Two Sentence Horror is een Chrome-extensie ontwikkeld door Fox Islam, en de belangrijkste functie is "Gets two sentence horrors from reddit".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Two Sentence Horror

Download Two Sentence Horror-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Two Sentence Horror Two Sentence Horror
ID clmdgdmhdfkfhgnobclkjggceaklnlno
Officiële URL https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno
Beschrijving Gets two sentence horrors from reddit
Bestandsgrootte 138 KB
Aantal Installaties 39
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-03-23
Publicatiedatum 2020-03-23
Ontwikkelaar Fox Islam
Betalingswijze free
Ondersteunde Talen 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'"
}