Two Sentence Horror

Gets two sentence horrors from reddit

Vad är Two Sentence Horror?

Two Sentence Horror är en Chrome-tillägg utvecklad av Fox Islam, och dess huvudfunktion är "Gets two sentence horrors from reddit".

Tilläggsskärmbilder

screenshot

Ladda ner Two Sentence Horror-förlängningens CRX-fil

Ladda ner Two Sentence Horror-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Two Sentence Horror Two Sentence Horror
ID clmdgdmhdfkfhgnobclkjggceaklnlno
Officiell webbadress https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno
Beskrivning Gets two sentence horrors from reddit
Filstorlek 138 KB
Antal Installationer 39
Aktuell Version 1.0.2
Senast Uppdaterad 2020-03-23
Publiceringsdatum 2020-03-23
Utvecklare Fox Islam
Betalningssätt free
Stödda Språk 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'"
}