Upload to Instagram. StoryTeller

Brand new tool to upload Instagram Stories from desktop. Your Stories with no limits.

Upload to Instagram. StoryTellerคืออะไร?

Upload to Instagram. StoryTeller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย caunemar และคุณลักษณะหลักของมันคือ "Brand new tool to upload Instagram Stories from desktop. Your Stories with no limits."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upload to Instagram. StoryTeller

ดาวน์โหลดไฟล์ส่วนขยาย Upload to Instagram. StoryTeller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With new StoryTeller uploading your Instagram Stories from desktop becomes not only possible but as simple 👍🏼 as can be. 
We worked hard to create absolutely new advanced tool yet keeping the extension simple, powerful, user-friendly... and we did it. Get StoryTeller to your Chrome Browser and experience privileged features available only to our 👑users👑

Our team proudly presents you following features you enjoy after getting our extension:
☑️ Post your stories to Instagram directly from your computer or laptop. No more complicated multi-staged actions with your phone. Create and upload best Stories from your PC in a few clicks and get your likes!
☑️ Share your Stories even more simple and easier than on your phone. Our extension makes Instagram desktop as good as the application. Try it and you'll see we're right.
☑️ Customise your Instagram look by switching between Dark and Light modes to save your eyes and make Insta look cool.

Change your game ✌🏻✌🏻✌🏻with Instagram, upload your Stories and be the 🤩star.🤩 Sharing your Stories effortlessly starts from StoryTeller!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Upload to Instagram. StoryTeller Upload to Instagram. StoryTeller
ID bdmloanbpdgekhnefdapjhjgfendacbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/upload-to-instagram-story/bdmloanbpdgekhnefdapjhjgfendacbo
คำอธิบาย Brand new tool to upload Instagram Stories from desktop. Your Stories with no limits.
ขนาดไฟล์ 26.04 KB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2023-09-23
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา caunemar
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/storytelleruploaderforinstagra
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/js\/app.js"
            ],
            "css": [
                "\/css\/upload_ui.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "permissions": [
        "webRequest",
        "storage",
        "cookies"
    ],
    "icons": {
        "128": "\/img\/128.png"
    },
    "action": {
        "default_icon": "\/img\/128.png",
        "default_title": "__MSG_name__"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}