StoriesHub. Stories App for Instagram

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

Vad är StoriesHub. Stories App for Instagram?

StoriesHub. Stories App for Instagram är en Chrome-tillägg utvecklad av Stories_extension, och dess huvudfunktion är "Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner StoriesHub. Stories App for Instagram-förlängningens CRX-fil

Ladda ner StoriesHub. Stories App for Instagram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn StoriesHub. Stories App for Instagram StoriesHub. Stories App for Instagram
ID angjmncdicjedpjcapomhnjeinkhdddf
Officiell webbadress https://chromewebstore.google.com/detail/storieshub-stories-app-fo/angjmncdicjedpjcapomhnjeinkhdddf
Beskrivning Watch Lives and Stories anonymously. Download IGTV and Stories. Record and download Lives. Upload photo and video to Stories.
Filstorlek 628 KB
Antal Installationer 143,418
Aktuell Version 1.3.1
Senast Uppdaterad 2022-11-05
Publiceringsdatum 2021-01-06
Betyg 4.44/5 Totalt 485 Betyg
Utvecklare Stories_extension
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/storiesprivacypolicy
Stödda Språk 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\/*"
    ]
}