Reddit visible arrows
Show reddit arrows regardless of subreddit style
ما هو Reddit visible arrows؟
Reddit visible arrows هو إضافة Chrome تم تطويرها بواسطة CarlosCheddar، والميزة الرئيسية لها هي "Show reddit arrows regardless of subreddit style".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit visible arrows
قم بتنزيل ملفات الامتداد Reddit visible arrows بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension enables voting arrows regardless of the CSS that the subreddit uses. This also works for subreddits that require subscriptions to enable voting. Disclaimer: This extension resets the arrow positioning making subs like /r/ShitRedditSays seem like the arrows are inverted. This happens because some subs modify the sprites of the arrows making upvotes look like downvotes and viceversa.
معلومات أساسية عن التمديد
الاسم | |
ID | ehakajcimcpgbaebammmaaacfmnmefjd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reddit-visible-arrows/ehakajcimcpgbaebammmaaacfmnmefjd |
الوصف | Show reddit arrows regardless of subreddit style |
حجم الملف | 9.7 KB |
عدد التثبيتات | 223 |
النسخة الحالية | 0.3.0 |
آخر تحديث | 2017-11-26 |
تاريخ النشر | 2017-11-26 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | CarlosCheddar |
نوع الدفع | free |
موقع الإضافة | https://github.com/carloscheddar/reddit_visible_arrows |
عنوان صفحة المساعدة | https://github.com/carloscheddar/reddit_visible_arrows |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit visible arrows", "description": "Show reddit arrows regardless of subreddit style", "version": "0.3.0", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "*:\/\/*.reddit.com\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon.png", "128": "icon128.png" } } |