Fast Boo Slideshow

Display beautiful and modern slideshow in your social network photos gallery

什么是Fast Boo Slideshow?

Fast Boo Slideshow是由Lalela Corp.开发的Chrome扩展程序,该扩展的主要功能是“Display beautiful and modern slideshow in your social network photos gallery”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Fast Boo Slideshow扩展crx文件

下载Fast Boo Slideshow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With Fast Boo Photo Slideshow, you can create beautiful slideshow in your Social Network photos gallery by single click. It comes with nice background music and expandable slideshow.

Boo is a term that is derived from the French word "beau" meaning beautiful.

We respect your privacy and won't collect any data from your Social Network.
Please like and join us in Facebook group 
https://www.facebook.com/pages/FB-Photo-Slideshow/786842991376825


New update
- Version 2.10.0 [22/9/2020]
      * Support new FB layout.
      * Commit https://github.com/nowycondro/facebook-photo-slideshow/commit/8015d6d18cd4001bdcef2b094d492fc856a62123

- Version 2.0.10 [6/3/2020]
      * Better slideshow with https://galleriajs.github.io/

- Version 2.0.9 [2/3/2020]
      * Remove unused code, faster parsing.

- Version 2.0.8 [10/01/2020]
      * Faster and better images.

- Version 2.0.4 [28/7/2018]
      * Fixed Firefox, remove Google Analytic.

- Version 2.0.3 [24/6/2018]
      * Released Firefox version.

- Version 2.0.2 [22/6/2018]
      * Better performance with cache.

- Version 2.0.0 [19/6/2018]
      * After almost 1 year since our last update, today we release 2.0.0 version with a new design of the slideshow. It alse has a better performance and support more photos type. 

- Version 1.2.4 [13/6/2017]
      * Remove Christmas themes
      * Better performance
      * Bugs fix 

- Version 1.2.3 [6/9/2016]
      * Update to Christmas version 

- Version 1.2.2 [6/9/2016]
      * Fix error

- Version 1.2.1 [3/7/2016]
      * Update icon and name

- Version 1.2.0 [26/6/2016]
      * Use high quality picture as slideshow

- Version 1.1.11 [23/1/2016]
      * Update the link parser aligned with Facebook new update.

- Version 1.1.10
      * Remove unused permission

- Version 1.1.9 [7/8/2015]
      * Performance enhancement
      * Open source now (https://github.com/nowycheung/facebook-photo-slideshow)

- Version 1.1.7
      * Remove the translucent background when playing slideshow.
      * Add autoplay when go to the album page.

- Version 1.1.6
      * Better animation

- Version 1.1.5
      * Bug patch

- Version 1.1.4
      * Load image while scroll down
      * Showing the total image(s) count
      * Better random image

- Version 1.1.3
      * Bug patch

- Version 1.1.2
      * Smoother animation in the slideshow
      * "Backlight" on/off.
      * "Eye catching" button for new user

- Version 1.1.1
      * New design slideshow with semi transparent background.
      * Using Christmas theme with beautiful snowflakes. 
      * Now you can change slideshow speed.
      * Performance enhancement and blazing fast load.

- Version 1.0.9
      * Disable the "Try me" button.

- Version 1.0.8
      * Faster loading.
      * Fix error for when gallery only has 1 image.
      * Change loading background color.
      * "Try me" icon is added.
      * New localization (Indonesia,繁體中文)

- Version 1.0.7
      * Now it works on any Facebook pages.
      * New cute loading icon is added.

- Version 1.0.6
      * Performance enhancement.
      * Fix music list.

- Version 1.0.5
      * Photo slideshow will continue play from the last photo where it stop.
      * More music is added.
      * Minor style changing.

- Version 1.0.4
      * Enhancement for portrait mode photo.
      * Music is added.                    

扩展基本信息

名称 Fast Boo Slideshow Fast Boo Slideshow
ID hpijlfldendkjfhdaebnbglbiajhempp
官方URL https://chromewebstore.google.com/detail/fast-boo-slideshow/hpijlfldendkjfhdaebnbglbiajhempp
简介 Display beautiful and modern slideshow in your social network photos gallery
文件大小 174 KB
安装次数 3,494
当前版本 2.1.0
更新时间 2020-08-24
上架时间 2020-03-07
评分 3.65/5 共89次评分
开发者 Lalela Corp.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.facebook.com/pages/FB-Photo-Slideshow/786842991376825
支持的语言 id,en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "short_name": "Fast Boo",
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "version": "2.1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon24-gray.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "https:\/\/*.facebook.com\/*"
    ],
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/index.js",
                "js\/lz-string.min.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ]
}