Two Sentence Horror

Gets two sentence horrors from reddit

Two Sentence Horrorとは何ですか?

Two Sentence HorrorはFox Islamによって開発されたChromeの拡張機能で、その主な機能は「Gets two sentence horrors from reddit」です。

拡張機能のスクリーンショット

screenshot

Two Sentence Horror拡張機能のCRXファイルをダウンロード

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