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によって開発されたChromeの拡張機能で、その主な機能は「Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.」です。

拡張機能のスクリーンショット

screenshot

Console Deals to Reddit拡張機能のCRXファイルをダウンロード

Console Deals to Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}