Byond

Move Byond the desktop limitations of Instagram!

Byond là gì?

Byond là một tiện ích mở rộng Chrome được phát triển bởi http://byond.social, và tính năng chính của nó là "Move Byond the desktop limitations of Instagram!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Byond

Tải xuống các tệp mở rộng Byond 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

                        Byond is a browser extension that helps you go beyond the desktop limitations of Instagram™.  
•	Gain access to Instagram on any website  
•	Post videos and photos to your wall or stories.  
•	Download and share any Instagram post or story
•	Receive notifications on the latest posts and activities.  

Byond allows you to easily access Instagram from your browser without having to open a new tab or browser window.  Along with the easy access, you can instantly search for posts/hashtags related to the current site without having to leave the site.  

Utilize Instagram in a completely new way with the Byond extension!


Update:
V3.2.0
- Added the ability to easily switch between different accounts

V3.0.0
- Updated the widget with an entirely new look and feel

V2.8.1
- Added search functionality into the widget
- Added notifications when other users like/comment/follow your account

V2.8.0
- Added Stories to the widget
- Added trending YouTube videos to the trending tab

V2.7.1
- Improved widget load times
- Added fonts to text editor

V2.7.0
- Added the ability to upload videos
- Added the ability apply text and filters to images

V2.6.1
- Added a recommended feed to the widget
- Added a trending feed to the widget

V2.6.0
- Improved loading speed of widget
- Minor bug fixes

V2.5.8
- Add the ability to tag locations

V2.5.7
- Added suggested content to the widget (Beta version)

V2.5.5
- Added the ability to tag users in a post
- Added hashtag recommendations for the caption

V2.5.4
- Improved the user experience and notifications of the widget
- Added the ability to like and bookmark Instagram posts in the widget

V2.5.3
- Added a second confirmation to delete posts
- Indicate new posts in the Byond widget
- Download and share Instagram posts from the widget
- Widget is hidden while watching content in full screen

V2.5.2
- Added the ability to delete posts
- Added the ability to upload photos to Instagram through the Byond widget
- Updated the design of the Byond widget

V2.5.1
- Added Twitter to the list of feeds you can view from the Byond widget

V2.5.0
- Ability to view Instagram feed outside of Instagram
- Ability to turn off the Byond icon from appearing on other sites

V2.3.0:
- Minor bug fixes

V2.1.0:
- Ability to post any image on a website to Instagram™ with a single click

V2.0: 
- Added the ability to post an image to Instagram™
- Added Byond icons (download/share) to the Instagram™ explore page

V1.9.0: 
- Added the ability to download/share galleries.

Disclaimer: We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Instagram.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Byond Byond
ID fdgfhjoffpdepaofkhaneilbholahlhc
URL Chính Thức https://chrome.google.com/webstore/detail/byond/fdgfhjoffpdepaofkhaneilbholahlhc
Mô tả Move Byond the desktop limitations of Instagram!
Kích Thước Tệp 649 KB
Số Lần Cài Đặt 6,005
Phiên Bản Hiện Tại 3.2.0
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2020-06-17
Đánh Giá 3.51/5 Tổng số 47 Đánh Giá
Nhà Phát Triển http://byond.social
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://byond.social
URL Trang Chính Sách Bảo Mật https://www.byond.social/pages/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Byond",
    "version": "3.2.0",
    "manifest_version": 2,
    "description": "Move Byond the desktop limitations of Instagram!",
    "icons": {
        "128": "icons\/128x128.png",
        "64": "icons\/64x64.png",
        "48": "icons\/48x48.png",
        "32": "icons\/32x32.png",
        "16": "icons\/16x16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "igContent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "images\/*",
        "iframe.css"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "idle",
        "alarms",
        "cookies",
        "storage",
        "https:\/\/byond.social\/*",
        "https:\/\/*.byond.social\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/byond.social\/*"
        ]
    }
}