StoriesHub. Stories App for Instagram

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

¿Qué es StoriesHub. Stories App for Instagram?

StoriesHub. Stories App for Instagram es una extensión de Chrome desarrollada por Stories_extension, y su función principal es "Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión StoriesHub. Stories App for Instagram

Descarga archivos de extensión StoriesHub. Stories App for Instagram 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

                        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.                    

Información Básica de la Extensión

Nombre StoriesHub. Stories App for Instagram StoriesHub. Stories App for Instagram
ID angjmncdicjedpjcapomhnjeinkhdddf
URL Oficial https://chromewebstore.google.com/detail/storieshub-stories-app-fo/angjmncdicjedpjcapomhnjeinkhdddf
Descripción Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.
Tamaño del Archivo 628 KB
Cantidad de Instalaciones 143,418
Versión Actual 1.3.1
Última Actualización 2022-11-05
Fecha de Publicación 2021-01-06
Calificación 4.44/5 Total de 485 Calificaciones
Desarrollador Stories_extension
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/storiesprivacypolicy
Idiomas Soportados 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\/*"
    ]
}