Console Deals to Reddit

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

Console Deals to Reddit क्या है?

Console Deals to Reddit http://kpumuk.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Console Deals to Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Console Deals to Reddit Console Deals to Reddit
ID fikkacgplacdmjlgegmjdaegegefeofk
आधिकारिक URL https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk
विवरण Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
फ़ाइल का आकार 46.79 KB
स्थापना संख्या 36
वर्तमान संस्करण 0.6.2
अंतिम अपडेट 2018-08-17
प्रकाशन तिथि 2018-08-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://kpumuk.info
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/kpumuk/console-deals-chrome-ext
समर्थित भाषाएँ 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
    }
}