VideoStickers

This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling

什麼是VideoStickers?

VideoStickers是由peled.roy開發的Chrome擴展程式,該擴展的主要功能是“This app lets you pop out videos in your Facebook feed, so you can watch these videos while scrolling”。

擴展截圖

screenshot

下載VideoStickers擴展crx文件

下載VideoStickers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 VideoStickers
ID hbcaipbjipmgbdlkdlmdbdenaadelcib
官方網址 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"
    ]
}