Two Sentence Horror

Gets two sentence horrors from reddit

Τι είναι το Two Sentence Horror;

Το Two Sentence Horror είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fox Islam, και η κύρια λειτουργία του είναι "Gets two sentence horrors from reddit".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Two Sentence Horror

Λήψη αρχείων επέκτασης Two Sentence Horror σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}