Console Deals to Reddit

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

What is Console Deals to Reddit?

Console Deals to Reddit is a Chrome extension developed by http://kpumuk.info, and its main feature is "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".

Extension Screenshots

screenshot

Download Console Deals to Reddit Extension CRX File

Download Console Deals to Reddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Console Deals to Reddit Console Deals to Reddit
ID fikkacgplacdmjlgegmjdaegegefeofk
Official URL https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk
Description Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
File Size 46.79 KB
Installation Count 36
Current Version 0.6.2
Last Updated 2018-08-17
Publish Date 2018-08-17
Rating 5.00/5 Total 1 Ratings
Developer http://kpumuk.info
Email [email protected]
Payment Type free
Extension Website https://github.com/kpumuk/console-deals-chrome-ext
Supported Languages 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
    }
}