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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
    ]
}