A Photo Slider for Facebook Albums tool
A Photo Slider for Facebook , lets you watch any photos album on Facebook as a slide show, just like a screen-saver.
What is A Photo Slider for Facebook Albums tool?
A Photo Slider for Facebook Albums tool is a Chrome extension developed by https://aps.spiralic.com, and its main feature is "A Photo Slider for Facebook , lets you watch any photos album on Facebook as a slide show, just like a screen-saver.".
Extension Screenshots
Download A Photo Slider for Facebook Albums tool Extension CRX File
Download A Photo Slider for Facebook Albums tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Photo Slider (for Facebook photos albums) lets you watch all photos albums on Facebook, automatically, all pictures, picture by picture like a slide show. This chrome extension is simple and lightweight that integrates directly into Facebook so you can watch any album as each photo slides one by one. All you have to do is sit back, relax and watch the photo slide show right on your screen. *** It will also let you save album links so you can come back and watch them again later.
Extension Basic Information
Name | A Photo Slider for Facebook Albums tool |
ID | lgdgdjgkodhbljloekcnpmbaipljpnfi |
Official URL | https://chromewebstore.google.com/detail/a-photo-slider-for-facebo/lgdgdjgkodhbljloekcnpmbaipljpnfi |
Description | A Photo Slider for Facebook , lets you watch any photos album on Facebook as a slide show, just like a screen-saver. |
File Size | 106 KB |
Installation Count | 354 |
Current Version | 1.0.0.3 |
Last Updated | 2021-12-14 |
Publish Date | 2020-02-21 |
Rating | 3.67/5 Total 9 Ratings |
Developer | https://aps.spiralic.com |
[email protected] | |
Payment Type | free |
Extension Website | http://aps.spiralic.com |
Help Page URL | http://aps.spiralic.com/welcome.aspx |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "contextMenus", "tabs", "storage" ], "background": { "persistent": false, "scripts": [ "js\/jquery-2.0.3.min.js", "js\/mainscript.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "all_frames": false, "js": [ "js\/jquery-2.0.3.min.js", "js\/contentscript.js" ] } ], "icons": { "16": "images\/icon.16.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" }, "options_page": "html\/options.html", "manifest_version": 2, "minimum_chrome_version": "6.0.0.0", "version": "1.0.0.3", "name": "A Photo Slider for Facebook Albums tool", "short_name": "Photo Slider Facebook Albums", "description": "A Photo Slider for Facebook , lets you watch any photos album on Facebook as a slide show, just like a screen-saver.", "web_accessible_resources": [ "images\/iconPlay.38.png", "images\/iconPause.38.png" ], "page_action": { "default_icon": { "38": "images\/page_action_iconPlay.38.png" }, "default_title": "Play a slide show of Facebook album page (A Photo Slider)" } } |