Console Deals to Reddit

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

Wat is Console Deals to Reddit?

Console Deals to Reddit is een Chrome-extensie ontwikkeld door http://kpumuk.info, en de belangrijkste functie is "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Console Deals to Reddit

Download Console Deals to Reddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Console Deals to Reddit Console Deals to Reddit
ID fikkacgplacdmjlgegmjdaegegefeofk
Officiële URL https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk
Beschrijving Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Bestandsgrootte 46.79 KB
Aantal Installaties 36
Huidige Versie 0.6.2
Laatst Bijgewerkt 2018-08-17
Publicatiedatum 2018-08-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://kpumuk.info
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kpumuk/console-deals-chrome-ext
Ondersteunde Talen 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
    }
}