Console Deals to Reddit
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Apa itu Console Deals to Reddit?
Console Deals to Reddit adalah ekstensi Chrome yang dikembangkan oleh http://kpumuk.info, dan fitur utamanya adalah "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Console Deals to Reddit
Unduh file ekstensi Console Deals to Reddit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Informasi Dasar Ekstensi
Nama | |
ID | fikkacgplacdmjlgegmjdaegegefeofk |
URL Resmi | https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk |
Deskripsi | Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post. |
Ukuran File | 46.79 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 0.6.2 |
Terakhir Diperbarui | 2018-08-17 |
Tanggal Publikasi | 2018-08-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://kpumuk.info |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/kpumuk/console-deals-chrome-ext |
Bahasa yang Didukung | 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 } } |