StoriesHub. Stories App for Instagram

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

Wat is StoriesHub. Stories App for Instagram?

StoriesHub. Stories App for Instagram is een Chrome-extensie ontwikkeld door Stories_extension, en de belangrijkste functie is "Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie StoriesHub. Stories App for Instagram

Download StoriesHub. Stories App for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam StoriesHub. Stories App for Instagram StoriesHub. Stories App for Instagram
ID angjmncdicjedpjcapomhnjeinkhdddf
Officiële URL https://chromewebstore.google.com/detail/storieshub-stories-app-fo/angjmncdicjedpjcapomhnjeinkhdddf
Beschrijving Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.
Bestandsgrootte 628 KB
Aantal Installaties 143,418
Huidige Versie 1.3.1
Laatst Bijgewerkt 2022-11-05
Publicatiedatum 2021-01-06
Beoordeling 4.44/5 Totaal 485 Beoordelingen
Ontwikkelaar Stories_extension
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/storiesprivacypolicy
Ondersteunde Talen 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\/*"
    ]
}