Two Sentence Horror

Gets two sentence horrors from reddit

Apa itu Two Sentence Horror?

Two Sentence Horror adalah ekstensi Chrome yang dikembangkan oleh Fox Islam, dan fitur utamanya adalah "Gets two sentence horrors from reddit".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Two Sentence Horror

Unduh file ekstensi Two Sentence Horror dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Two Sentence Horror Two Sentence Horror
ID clmdgdmhdfkfhgnobclkjggceaklnlno
URL Resmi https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno
Deskripsi Gets two sentence horrors from reddit
Ukuran File 138 KB
Jumlah Instalasi 39
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2020-03-23
Tanggal Publikasi 2020-03-23
Pengembang Fox Islam
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}