Byond

Move Byond the desktop limitations of Instagram!

Was ist Byond?

Byond ist eine Chrome-Erweiterung, die von http://byond.social entwickelt wurde, und ihr Hauptmerkmal ist "Move Byond the desktop limitations of Instagram!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Byond-Erweiterungs-CRX-Datei herunterladen

Laden Sie Byond-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Byond Byond
ID fdgfhjoffpdepaofkhaneilbholahlhc
Offizielle URL https://chrome.google.com/webstore/detail/byond/fdgfhjoffpdepaofkhaneilbholahlhc
Beschreibung Move Byond the desktop limitations of Instagram!
Dateigröße 649 KB
Installationsanzahl 6,005
Aktuelle Version 3.2.0
Letztes Update 2021-02-04
Veröffentlichungsdatum 2020-06-17
Bewertung 3.51/5 Insgesamt 47 Bewertungen
Entwickler http://byond.social
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://byond.social
URL der Datenschutzrichtlinien-Seite https://www.byond.social/pages/privacy
Unterstützte Sprachen 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\/*"
        ]
    }
}