Console Deals to Reddit

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

Co to jest Console Deals to Reddit?

Console Deals to Reddit to rozszerzenie Chrome opracowane przez http://kpumuk.info, a jego główną funkcją jest „Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Console Deals to Reddit

Pobierz pliki rozszerzeń Console Deals to Reddit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Console Deals to Reddit Console Deals to Reddit
ID fikkacgplacdmjlgegmjdaegegefeofk
Oficjalny URL https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk
Opis Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Rozmiar pliku 46.79 KB
Liczba instalacji 36
Aktualna Wersja 0.6.2
Ostatnia Aktualizacja 2018-08-17
Data Publikacji 2018-08-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://kpumuk.info
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/kpumuk/console-deals-chrome-ext
Obsługiwane Języki 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
    }
}