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"입니다.
확장 프로그램 스크린샷
Fast Boo Slideshow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } ] } |