Console Deals to Reddit

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

Was ist Console Deals to Reddit?

Console Deals to Reddit ist eine Chrome-Erweiterung, die von http://kpumuk.info entwickelt wurde, und ihr Hauptmerkmal ist "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".

Erweiterungsscreenshots

screenshot

Console Deals to Reddit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Console Deals to Reddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Console Deals to Reddit Console Deals to Reddit
ID fikkacgplacdmjlgegmjdaegegefeofk
Offizielle URL https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk
Beschreibung Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Dateigröße 46.79 KB
Installationsanzahl 36
Aktuelle Version 0.6.2
Letztes Update 2018-08-17
Veröffentlichungsdatum 2018-08-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://kpumuk.info
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/kpumuk/console-deals-chrome-ext
Unterstützte Sprachen 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
    }
}