Fast Boo Slideshow

Display beautiful and modern slideshow in your social network photos gallery

Qu'est-ce que Fast Boo Slideshow ?

Fast Boo Slideshow est une extension Chrome développée par Lalela Corp., et sa fonction principale est "Display beautiful and modern slideshow in your social network photos gallery".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Fast Boo Slideshow

Téléchargez les fichiers d'extension Fast Boo Slideshow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fast Boo Slideshow Fast Boo Slideshow
ID hpijlfldendkjfhdaebnbglbiajhempp
URL Officiel https://chromewebstore.google.com/detail/fast-boo-slideshow/hpijlfldendkjfhdaebnbglbiajhempp
Description Display beautiful and modern slideshow in your social network photos gallery
Taille du Fichier 174 KB
Nombre d'Installations 3,494
Version Actuelle 2.1.0
Dernière Mise à Jour 2020-08-24
Date de Publication 2020-03-07
Évaluation 3.65/5 Total 89 Évaluations
Développeur Lalela Corp.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.facebook.com/pages/FB-Photo-Slideshow/786842991376825
Langues Prises en Charge 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"
        }
    ]
}