Full Screen Viewer for Instagram
Creates a picture frame from Instagram Images v1.5
Full Screen Viewer for Instagram là gì?
Full Screen Viewer for Instagram là một tiện ích mở rộng Chrome được phát triển bởi http://jacques-applebaum.com, và tính năng chính của nó là "Creates a picture frame from Instagram Images v1.5".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Full Screen Viewer for Instagram
Tải xuống các tệp mở rộng Full Screen Viewer for Instagram 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
Creates a photo magazine from Instagram photos. This extension works on instagram.com. When you navigate there it will create a picture frame from your Instagram feed. Press the "Slideshow" button to enter picture frame mode. Double click anywhere in the frame to pause the stream. Click "Add Images" to add images to the picture frame. There are themes to choose from and other settings when you click on the extension icon. ** This is not affiliated with Instagram. I made this myself. ** Feel free to send me an email with feedback. Jacques dot Applebaum @ gmail
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | loaoibajbaeflfkkbclalljffkhnffgj |
URL Chính Thức | https://chrome.google.com/webstore/detail/full-screen-viewer-for-in/loaoibajbaeflfkkbclalljffkhnffgj |
Mô tả | Creates a picture frame from Instagram Images v1.5 |
Kích Thước Tệp | 64.33 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2021-11-17 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://jacques-applebaum.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://jacques-applebaum.com |
URL Trang Trợ Giúp | https://jacques-applebaum.com/ja_art/chrome_ext |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Screen Viewer for Instagram", "version": "1.5", "description": "Creates a picture frame from Instagram Images v1.5", "icons": { "16": "icon.png", "64": "woman_hat_64_icon.png", "128": "woman_hat_128px_icon.png" }, "incognito": "spanning", "web_accessible_resources": [ "d2.wasm" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "jquery-3.3.1.min.js", "d2.js", "content.js" ], "css": [ "styles.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |