Cool Story - Download Tool for Instagram

Download, Upload and Repost Instagram Stories from desktop with this new advanced toolkit.

Cool Story - Download Tool for Instagram란 무엇입니까?

Cool Story - Download Tool for Instagram은(는) Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download, Upload and Repost Instagram Stories from desktop with this new advanced toolkit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cool Story - Download Tool for Instagram 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension was designed to Download, Upload and Repost Instagram Stories. With CoolStory❤️‍🔥 your Insta experience will be like never before. The features implemented in this add-on extend your Instagram tools greatly and allow you to:
✅ Save well-loved Stories to your hard drive so you could keep them for future needs.
	Keep the photos or videos on your PC and never lose them. No more lost or forgotten content, keep it on your fingertips and use it whenever needed.
✅ Create cool Instagram Stories by uploading videos or photos from desktop.
	Now you can use any photo or video stored on your desktop to create great Stories.
✅ Repost any IG Story you like in a single click.
	As easy as never been. 🔥🔥🔥 Just click "Repost" button of any Story you like and done.

👋🏻👋🏻👋🏻User Guide:
👉🏻 To download Instagram Story please click "Download" button you will see on the Story itself and the extension will do rest.
👉🏻 To upload anything from your desktop to Stories please click "Upload Story" button in the Instagram navigation menu => Select photo or video you want to upload, and follow CoolStory tips to make the best Story everyone will love.
👉🏻 To repost any Story from your PC or laptop just click the CoolStory "Download" button. Done.

🫶🏻Enjoy your favourite social network with advanced features and possibilities.🫶🏻                    

확장 프로그램 기본 정보

이름 Cool Story - Download Tool for Instagram Cool Story - Download Tool for Instagram
ID nhgghgjhnmlecplemcmlhdgnlijjlmoe
공식 URL https://chromewebstore.google.com/detail/cool-story-download-tool/nhgghgjhnmlecplemcmlhdgnlijjlmoe
설명 Download, Upload and Repost Instagram Stories from desktop with this new advanced toolkit.
파일 크기 34.63 KB
설치 횟수 60
현재 버전 1.2
최근 업데이트 2024-01-30
출시 날짜 2023-12-20
개발자 Apps
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/coolstory-toolforinstagram
지원되는 언어 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.2",
    "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",
        "downloads",
        "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\/*"
            ]
        }
    ]
}