Reddit Sauce
Finds the video sauce in the comments of NSFW posts.
ما هو Reddit Sauce؟
Reddit Sauce هو إضافة Chrome تم تطويرها بواسطة 85325، والميزة الرئيسية لها هي "Finds the video sauce in the comments of NSFW posts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Sauce
قم بتنزيل ملفات الامتداد Reddit Sauce بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extracts the sauces from the comments of NSFW Reddit posts and puts them next to the title. This makes it really easy to tell which posts have a sauce and lets you access the sauce without going through the comments. Red = Videos Yellow = Gifs Blue = Reddit Make sure you enable it in incognito! ;) Source code is on GitHub: https://github.com/85325/Reddit-Sauce Will always be open source and ad free. Sauce icon is from Freepik licensed under CC 3.0. (http://freepik.com/)
معلومات أساسية عن التمديد
الاسم | Reddit Sauce |
ID | imooebpclifhpadehainnahhpkoknkam |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reddit-sauce/imooebpclifhpadehainnahhpkoknkam |
الوصف | Finds the video sauce in the comments of NSFW posts. |
حجم الملف | 14.34 KB |
عدد التثبيتات | 480 |
النسخة الحالية | 2.0 |
آخر تحديث | 2016-07-12 |
تاريخ النشر | 2016-07-12 |
تقييم | 3.88/5 مجموع تقييمات 8 |
المطور | 85325 |
نوع الدفع | free |
موقع الإضافة | https://github.com/85325/Reddit-Sauce |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Sauce", "version": "2.0", "description": "Finds the video sauce in the comments of NSFW posts.", "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "css": [ "sauce.css" ], "js": [ "sauce.js" ] } ], "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |