Console Deals to Reddit
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
O que é Console Deals to Reddit?
Console Deals to Reddit é uma extensão do Chrome desenvolvida por http://kpumuk.info, e sua principal característica é "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Console Deals to Reddit
Baixe arquivos de extensão Console Deals to Reddit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Informações Básicas da Extensão
Nome | |
ID | fikkacgplacdmjlgegmjdaegegefeofk |
URL Oficial | https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk |
Descrição | Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post. |
Tamanho do Arquivo | 46.79 KB |
Contagem de Instalações | 36 |
Versão Atual | 0.6.2 |
Última Atualização | 2018-08-17 |
Data de Publicação | 2018-08-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://kpumuk.info |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kpumuk/console-deals-chrome-ext |
Idiomas Suportados | 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 } } |