Two Sentence Horror

Gets two sentence horrors from reddit

Two Sentence Horror क्या है?

Two Sentence Horror Fox Islam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gets two sentence horrors from reddit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Two Sentence Horror एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Two Sentence Horror Two Sentence Horror
ID clmdgdmhdfkfhgnobclkjggceaklnlno
आधिकारिक URL https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno
विवरण Gets two sentence horrors from reddit
फ़ाइल का आकार 138 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2020-03-23
प्रकाशन तिथि 2020-03-23
डेवलपर Fox Islam
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}