Console Deals to Reddit

Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.

Console Deals to Reddit là gì?

Console Deals to Reddit là một tiện ích mở rộng Chrome được phát triển bởi http://kpumuk.info, và tính năng chính của nó là "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".

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

screenshot

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

Tải xuống các tệp mở rộng Console Deals to Reddit 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

                        Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.                    

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

Tên Console Deals to Reddit Console Deals to Reddit
ID fikkacgplacdmjlgegmjdaegegefeofk
URL Chính Thức https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk
Mô tả Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Kích Thước Tệp 46.79 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.6.2
Cập Nhật Lần Cuối 2018-08-17
Ngày Phát Hành 2018-08-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://kpumuk.info
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kpumuk/console-deals-chrome-ext
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Console Deals to Reddit",
    "version": "0.6.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.playstation.com\/*",
                "https:\/\/www.xbox.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "img\/icon-128x128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}