GoToubun Subreddit Styler
Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!
ما هو GoToubun Subreddit Styler؟
GoToubun Subreddit Styler هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GoToubun Subreddit Styler
قم بتنزيل ملفات الامتداد GoToubun Subreddit Styler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | nkpnepcgnkcblkehfbieghfplnafmckb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gotoubun-subreddit-styler/nkpnepcgnkcblkehfbieghfplnafmckb |
الوصف | Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized! |
حجم الملف | 316 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 1.4 |
آخر تحديث | 2019-02-23 |
تاريخ النشر | 2019-02-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoToubun Subreddit Styler", "version": "1.4", "description": "Choose your favorite Quint(s) via the icon menu and see their reddit posts get stylized!", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/5ToubunNoHanayome\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ], "web_accessible_resources": [ "images\/yotsuba.png", "images\/yotsuba2.png", "images\/yotsubanner.png", "images\/ichikaPeek.png", "images\/ninoPeek.png", "images\/mikuPeek.png", "images\/yotsubaPeek.png", "images\/itsukiPeek.png" ], "icons": { "16": ".\/images\/appIcons\/yotsuba-icon-48.png", "32": ".\/images\/appIcons\/yotsuba-icon-48.png", "48": ".\/images\/appIcons\/yotsuba-icon-48.png", "128": ".\/images\/appIcons\/yotsuba-icon-128.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/appIcons\/yotsuba-icon-48.png", "32": ".\/images\/appIcons\/yotsuba-icon-48.png", "48": ".\/images\/appIcons\/yotsuba-icon-48.png", "128": ".\/images\/appIcons\/yotsuba-icon-128.png" } } } |