RedditRestore

Restores edited, deleted and removed posts and comments on Reddit

RedditRestore là gì?

RedditRestore là một tiện ích mở rộng Chrome được phát triển bởi Anonymous, và tính năng chính của nó là "Restores edited, deleted and removed posts and comments on Reddit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RedditRestore

Tải xuống các tệp mở rộng RedditRestore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ONLY WORKS ON:

r/portugal

(more to be added later)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RedditRestore RedditRestore
ID iakigpmdgilbkhlhmggfdajnkeogffme
URL Chính Thức https://chrome.google.com/webstore/detail/iakigpmdgilbkhlhmggfdajnkeogffme
Mô tả Restores edited, deleted and removed posts and comments on Reddit
Kích Thước Tệp 15.83 KB
Số Lần Cài Đặt 1,040
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-08-13
Ngày Phát Hành 2019-08-13
Đánh Giá 3.06/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Anonymous
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}