Console Deals to Reddit
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Cos'è Console Deals to Reddit?
Console Deals to Reddit è un'estensione di Chrome sviluppata da http://kpumuk.info, e la sua funzione principale è "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Console Deals to Reddit
Scarica i file di estensione Console Deals to Reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Informazioni di Base sull'Estensione
Nome | |
ID | fikkacgplacdmjlgegmjdaegegefeofk |
URL Ufficiale | https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk |
Descrizione | Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post. |
Dimensione del File | 46.79 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 0.6.2 |
Ultimo Aggiornamento | 2018-08-17 |
Data di Pubblicazione | 2018-08-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://kpumuk.info |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kpumuk/console-deals-chrome-ext |
Lingue Supportate | 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 } } |