Two Sentence Horror

Gets two sentence horrors from reddit

Co to jest Two Sentence Horror?

Two Sentence Horror to rozszerzenie Chrome opracowane przez Fox Islam, a jego główną funkcją jest „Gets two sentence horrors from reddit”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Two Sentence Horror

Pobierz pliki rozszerzeń Two Sentence Horror w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Two Sentence Horror Two Sentence Horror
ID clmdgdmhdfkfhgnobclkjggceaklnlno
Oficjalny URL https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno
Opis Gets two sentence horrors from reddit
Rozmiar pliku 138 KB
Liczba instalacji 39
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2020-03-23
Data Publikacji 2020-03-23
Deweloper Fox Islam
Typ Płatności free
Obsługiwane Języki 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'"
}