StoriesHub. Stories App for Instagram

Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.

ما هو StoriesHub. Stories App for Instagram؟

StoriesHub. Stories App for Instagram هو إضافة Chrome تم تطويرها بواسطة Stories_extension، والميزة الرئيسية لها هي "Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة StoriesHub. Stories App for Instagram

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

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

                        Install our brand new app and enjoy expanded Instagram functionality. Our extension is free and absolutely reliable tool for those who want to get access to hidden features of Instagram like: 
-	Watch Lives and Stories anonymously. Now you can watch any Live or Story and the owner will never know you did it. 
-	Download IGTV and Stories to your computer with a single click. Want to save IGTV or Story you like to your PC? Now it is a piece of cake. Click the button and it's done.
-	NEW! Absolutely new and unique feature. Record any Live you need and Download it any time you stop it. No need to stay at PC all the time when you need to watch a Live stream. Our extension will notify you when you can download it. Record, Download it and enjoy it anytime you like.
-	Upload any Photo or Video from your PC to Stories. Just a click and your Photo/Video is uploaded.
-	Upload any photo from any website to your Stories. Found nice or useful photo somewhere? Want to post it to Stories fast without saving and reposting? Now you can do it in two clicks. Never been easier before.
User guide:
Please see the screenshot we made for you. Although our app very user-friendly we made some instructions in order you could start using it in full in a seconds after installation.                    

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

الاسم StoriesHub. Stories App for Instagram StoriesHub. Stories App for Instagram
ID angjmncdicjedpjcapomhnjeinkhdddf
عنوان URL الرسمي https://chromewebstore.google.com/detail/storieshub-stories-app-fo/angjmncdicjedpjcapomhnjeinkhdddf
الوصف Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.
حجم الملف 628 KB
عدد التثبيتات 143,418
النسخة الحالية 1.3.1
آخر تحديث 2022-11-05
تاريخ النشر 2021-01-06
تقييم 4.44/5 مجموع تقييمات 485
المطور Stories_extension
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/storiesprivacypolicy
اللغات المدعومة id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.3.1",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "tabCapture"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/photoswipe.js",
                "js\/photoswipe-ui-default.js",
                "js\/jquery-ui-1.10.3.custom.min.js",
                "js\/jquery.mousewheel.min.js",
                "js\/jquery.kinetic.min.js",
                "js\/jquery.smoothdivscroll-1.3-min.js",
                "js\/jszip.min.js",
                "js\/FileSaver.js",
                "js\/jszip_utils.js",
                "js\/perfect-scrollbar.jquery.min.js",
                "js\/perfect-scrollbar.min.js",
                "js\/tippy.all.js",
                "js\/utils.js",
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "stories.html",
        "css\/*",
        "img\/*"
    ]
}