Fast Boo Slideshow

Display beautiful and modern slideshow in your social network photos gallery

Fast Boo Slideshow là gì?

Fast Boo Slideshow là một tiện ích mở rộng Chrome được phát triển bởi Lalela Corp., và tính năng chính của nó là "Display beautiful and modern slideshow in your social network photos gallery".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fast Boo Slideshow

Tải xuống các tệp mở rộng Fast Boo Slideshow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fast Boo Slideshow Fast Boo Slideshow
ID hpijlfldendkjfhdaebnbglbiajhempp
URL Chính Thức https://chromewebstore.google.com/detail/fast-boo-slideshow/hpijlfldendkjfhdaebnbglbiajhempp
Mô tả Display beautiful and modern slideshow in your social network photos gallery
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 3,494
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2020-08-24
Ngày Phát Hành 2020-03-07
Đánh Giá 3.65/5 Tổng số 89 Đánh Giá
Nhà Phát Triển Lalela Corp.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/pages/FB-Photo-Slideshow/786842991376825
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}