Reddit Smart Share
Simple sharing plugin for reddit.
ما هو Reddit Smart Share؟
Reddit Smart Share هو إضافة Chrome تم تطويرها بواسطة ItsLennysFault، والميزة الرئيسية لها هي "Simple sharing plugin for reddit.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Smart Share
قم بتنزيل ملفات الامتداد Reddit Smart Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple extension to make it easier to share things from Reddit. All it does is add a small icon to the top left corner of any reddit video player with a link to the direct video URL.
معلومات أساسية عن التمديد
الاسم | Reddit Smart Share |
ID | ldggeafbkacldageoihoigakolmgeekg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-smart-share/ldggeafbkacldageoihoigakolmgeekg |
الوصف | Simple sharing plugin for reddit. |
حجم الملف | 14.88 KB |
عدد التثبيتات | 89 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2018-01-29 |
تاريخ النشر | 2018-01-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | ItsLennysFault |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/RedditSmartShare/RedditSmartShareChrome |
عنوان صفحة المساعدة | https://github.com/RedditSmartShare/RedditSmartShareChrome |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Smart Share", "version": "0.0.1", "manifest_version": 2, "description": "Simple sharing plugin for reddit.", "homepage_url": "https:\/\/github.com\/RedditSmartShare\/RedditSmartShareChrome", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.reddit.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/*.png" ] } |