Byond

Move Byond the desktop limitations of Instagram!

¿Qué es Byond?

Byond es una extensión de Chrome desarrollada por http://byond.social, y su función principal es "Move Byond the desktop limitations of Instagram!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Byond

Descarga archivos de extensión Byond en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Byond Byond
ID fdgfhjoffpdepaofkhaneilbholahlhc
URL Oficial https://chrome.google.com/webstore/detail/byond/fdgfhjoffpdepaofkhaneilbholahlhc
Descripción Move Byond the desktop limitations of Instagram!
Tamaño del Archivo 649 KB
Cantidad de Instalaciones 6,005
Versión Actual 3.2.0
Última Actualización 2021-02-04
Fecha de Publicación 2020-06-17
Calificación 3.51/5 Total de 47 Calificaciones
Desarrollador http://byond.social
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://byond.social
URL de la Página de Política de Privacidad https://www.byond.social/pages/privacy
Idiomas Soportados 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\/*"
        ]
    }
}