Better Newgrounds Feed
An extension which embeds full size artwork directly into the social feed on Newgrounds.
ما هو Better Newgrounds Feed؟
Better Newgrounds Feed هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "An extension which embeds full size artwork directly into the social feed on Newgrounds.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Newgrounds Feed
قم بتنزيل ملفات الامتداد Better Newgrounds Feed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension which embeds full size artwork directly into the social feed on Newgrounds. Now embeds image descriptions, and organises posts with many secondary images into a neat multi-column display.
معلومات أساسية عن التمديد
الاسم | Better Newgrounds Feed |
ID | emldjfbleihaiapcapeojadckleeppec |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-newgrounds-feed/emldjfbleihaiapcapeojadckleeppec |
الوصف | An extension which embeds full size artwork directly into the social feed on Newgrounds. |
حجم الملف | 97.49 KB |
عدد التثبيتات | 140 |
النسخة الحالية | 1.4 |
آخر تحديث | 2019-08-18 |
تاريخ النشر | 2019-08-17 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "An extension which embeds full size artwork directly into the social feed on Newgrounds.", "manifest_version": 2, "name": "Better Newgrounds Feed", "version": "1.4", "icons": { "16": "BNGF-16.png", "48": "BNGF-48.png", "128": "BNGF-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.newgrounds.com\/social*" ], "js": [ "jquery.js", "contentScript.js" ], "run_at": "document_end" } ] } |