Byond

Move Byond the desktop limitations of Instagram!

ما هو Byond؟

Byond هو إضافة Chrome تم تطويرها بواسطة http://byond.social، والميزة الرئيسية لها هي "Move Byond the desktop limitations of Instagram!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Byond

قم بتنزيل ملفات الامتداد Byond بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Byond Byond
ID fdgfhjoffpdepaofkhaneilbholahlhc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/byond/fdgfhjoffpdepaofkhaneilbholahlhc
الوصف Move Byond the desktop limitations of Instagram!
حجم الملف 649 KB
عدد التثبيتات 6,005
النسخة الحالية 3.2.0
آخر تحديث 2021-02-04
تاريخ النشر 2020-06-17
تقييم 3.51/5 مجموع تقييمات 47
المطور http://byond.social
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://byond.social
عنوان صفحة سياسة الخصوصية https://www.byond.social/pages/privacy
اللغات المدعومة 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\/*"
        ]
    }
}