VideoStickers
This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling
ما هو VideoStickers؟
VideoStickers هو إضافة Chrome تم تطويرها بواسطة peled.roy، والميزة الرئيسية لها هي "This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VideoStickers
قم بتنزيل ملفات الامتداد VideoStickers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Once installed, each video you will start to play on Facebook will have a pop-out button on its top right corner. When clicked, the video will remain in a fixed position to the bottom left corner of your browser, so you can scroll away without losing the video! (Idea by David Davidov)
معلومات أساسية عن التمديد
الاسم | VideoStickers |
ID | hbcaipbjipmgbdlkdlmdbdenaadelcib |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/videostickers/hbcaipbjipmgbdlkdlmdbdenaadelcib |
الوصف | This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling |
حجم الملف | 9.18 KB |
عدد التثبيتات | 128 |
النسخة الحالية | 1.1 |
آخر تحديث | 2013-06-25 |
تاريخ النشر | 2013-06-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | peled.roy |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VideoStickers", "version": "1.1", "description": "This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling", "icons": { "128": "logo.png" }, "permissions": [ "https:\/\/*.facebook.com\/*", "http:\/\/*.facebook.com\/*" ], "content_scripts": [ { "js": [ "filter.js" ], "css": [ "inject.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "default-src 'self' * 'unsafe-inline' 'unsafe-eval'; object-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/graph.facebook.com https:\/\/api-read.facebook.com", "web_accessible_resources": [ "back.png", "pop.png" ] } |