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 هو إضافة Chrome تم تطويرها بواسطة http://kpumuk.info، والميزة الرئيسية لها هي "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Console Deals to Reddit
قم بتنزيل ملفات الامتداد Console Deals to Reddit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
معلومات أساسية عن التمديد
الاسم | |
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 } } |