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
电子邮箱 [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
    }
}