Byond

Move Byond the desktop limitations of Instagram!

Apa itu Byond?

Byond adalah ekstensi Chrome yang dikembangkan oleh http://byond.social, dan fitur utamanya adalah "Move Byond the desktop limitations of Instagram!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Byond

Unduh file ekstensi Byond dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Byond Byond
ID fdgfhjoffpdepaofkhaneilbholahlhc
URL Resmi https://chrome.google.com/webstore/detail/byond/fdgfhjoffpdepaofkhaneilbholahlhc
Deskripsi Move Byond the desktop limitations of Instagram!
Ukuran File 649 KB
Jumlah Instalasi 6,005
Versi Saat Ini 3.2.0
Terakhir Diperbarui 2021-02-04
Tanggal Publikasi 2020-06-17
Penilaian 3.51/5 Total 47 Penilaian
Pengembang http://byond.social
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://byond.social
URL Halaman Kebijakan Privasi https://www.byond.social/pages/privacy
Bahasa yang Didukung 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\/*"
        ]
    }
}