VideoStickers
This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling
Co to jest VideoStickers?
VideoStickers to rozszerzenie Chrome opracowane przez peled.roy, a jego główną funkcją jest „This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VideoStickers
Pobierz pliki rozszerzeń VideoStickers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | VideoStickers |
ID | hbcaipbjipmgbdlkdlmdbdenaadelcib |
Oficjalny URL | https://chromewebstore.google.com/detail/videostickers/hbcaipbjipmgbdlkdlmdbdenaadelcib |
Opis | This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling |
Rozmiar pliku | 9.18 KB |
Liczba instalacji | 128 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-06-25 |
Data Publikacji | 2013-06-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | peled.roy |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |