Console Deals to Reddit

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

Hvad er Console Deals to Reddit?

Console Deals to Reddit er en Chrome-udvidelse udviklet af http://kpumuk.info, og dens hovedfunktion er "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".

Udvidelsesskærmbilleder

screenshot

Download Console Deals to Reddit-udvidelses-CRX-fil

Download Console Deals to Reddit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Console Deals to Reddit Console Deals to Reddit
ID fikkacgplacdmjlgegmjdaegegefeofk
Officiel URL https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk
Beskrivelse Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Filstørrelse 46.79 KB
Antal Installationer 36
Nuværende Version 0.6.2
Senest Opdateret 2018-08-17
Udgivelsesdato 2018-08-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://kpumuk.info
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/kpumuk/console-deals-chrome-ext
Understøttede Sprog 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
    }
}