Two Sentence Horror

Gets two sentence horrors from reddit

Hvad er Two Sentence Horror?

Two Sentence Horror er en Chrome-udvidelse udviklet af Fox Islam, og dens hovedfunktion er "Gets two sentence horrors from reddit".

Udvidelsesskærmbilleder

screenshot

Download Two Sentence Horror-udvidelses-CRX-fil

Download Two Sentence Horror-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Two Sentence Horror Two Sentence Horror
ID clmdgdmhdfkfhgnobclkjggceaklnlno
Officiel URL https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno
Beskrivelse Gets two sentence horrors from reddit
Filstørrelse 138 KB
Antal Installationer 39
Nuværende Version 1.0.2
Senest Opdateret 2020-03-23
Udgivelsesdato 2020-03-23
Udvikler Fox Islam
Betalingsmetode free
Understøttede Sprog 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'"
}