Two Sentence Horror

Gets two sentence horrors from reddit

Qu'est-ce que Two Sentence Horror ?

Two Sentence Horror est une extension Chrome développée par Fox Islam, et sa fonction principale est "Gets two sentence horrors from reddit".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Two Sentence Horror

Téléchargez les fichiers d'extension Two Sentence Horror au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Two Sentence Horror Two Sentence Horror
ID clmdgdmhdfkfhgnobclkjggceaklnlno
URL Officiel https://chromewebstore.google.com/detail/two-sentence-horror/clmdgdmhdfkfhgnobclkjggceaklnlno
Description Gets two sentence horrors from reddit
Taille du Fichier 138 KB
Nombre d'Installations 39
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-03-23
Date de Publication 2020-03-23
Développeur Fox Islam
Type de Paiement free
Langues Prises en Charge 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'"
}