Console Deals to Reddit

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

Qu'est-ce que Console Deals to Reddit ?

Console Deals to Reddit est une extension Chrome développée par http://kpumuk.info, et sa fonction principale est "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Console Deals to Reddit

Téléchargez les fichiers d'extension Console Deals to Reddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Console Deals to Reddit Console Deals to Reddit
ID fikkacgplacdmjlgegmjdaegegefeofk
URL Officiel 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.
Taille du Fichier 46.79 KB
Nombre d'Installations 36
Version Actuelle 0.6.2
Dernière Mise à Jour 2018-08-17
Date de Publication 2018-08-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://kpumuk.info
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kpumuk/console-deals-chrome-ext
Langues Prises en Charge 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
    }
}