Console Deals to Reddit
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Vad är Console Deals to Reddit?
Console Deals to Reddit är en Chrome-tillägg utvecklad av http://kpumuk.info, och dess huvudfunktion är "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".
Tilläggsskärmbilder
Ladda ner Console Deals to Reddit-förlängningens CRX-fil
Ladda ner Console Deals to Reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Grundläggande Information om Tillägg
Namn | |
ID | fikkacgplacdmjlgegmjdaegegefeofk |
Officiell webbadress | https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk |
Beskrivning | Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post. |
Filstorlek | 46.79 KB |
Antal Installationer | 36 |
Aktuell Version | 0.6.2 |
Senast Uppdaterad | 2018-08-17 |
Publiceringsdatum | 2018-08-17 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://kpumuk.info |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/kpumuk/console-deals-chrome-ext |
Stödda Språk | 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 } } |