Fast Boo Slideshow

Display beautiful and modern slideshow in your social network photos gallery

Apa itu Fast Boo Slideshow?

Fast Boo Slideshow adalah ekstensi Chrome yang dikembangkan oleh Lalela Corp., dan fitur utamanya adalah "Display beautiful and modern slideshow in your social network photos gallery".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Fast Boo Slideshow

Unduh file ekstensi Fast Boo Slideshow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Fast Boo Slideshow Fast Boo Slideshow
ID hpijlfldendkjfhdaebnbglbiajhempp
URL Resmi https://chromewebstore.google.com/detail/fast-boo-slideshow/hpijlfldendkjfhdaebnbglbiajhempp
Deskripsi Display beautiful and modern slideshow in your social network photos gallery
Ukuran File 174 KB
Jumlah Instalasi 3,494
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2020-08-24
Tanggal Publikasi 2020-03-07
Penilaian 3.65/5 Total 89 Penilaian
Pengembang Lalela Corp.
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.facebook.com/pages/FB-Photo-Slideshow/786842991376825
Bahasa yang Didukung 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"
        }
    ]
}