RedditRestore

Restores edited, deleted and removed posts and comments on Reddit

RedditRestoreとは何ですか?

RedditRestoreはAnonymousによって開発されたChromeの拡張機能で、その主な機能は「Restores edited, deleted and removed posts and comments on Reddit」です。

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

screenshot
screenshot

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

RedditRestore拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ONLY WORKS ON:

r/portugal

(more to be added later)                    

拡張機能の基本情報

名前 RedditRestore RedditRestore
ID iakigpmdgilbkhlhmggfdajnkeogffme
公式URL https://chrome.google.com/webstore/detail/iakigpmdgilbkhlhmggfdajnkeogffme
説明 Restores edited, deleted and removed posts and comments on Reddit
ファイルサイズ 15.83 KB
インストール数 1,040
現在のバージョン 0.2
最終更新日 2019-08-13
公開日 2019-08-13
評価 3.06/5 合計 16 レビュー
開発者 Anonymous
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedditRestore",
    "version": "0.2",
    "description": "Restores edited, deleted and removed posts and comments on Reddit",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/r\/*\/comments\/*\/*\/*"
            ],
            "js": [
                "marked.min.js",
                "script.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "128": "icon128.png"
    }
}