Extension for Instagram

Direct upload/download! Support DM! Mini video player! Keyboard navigation and more.

Extension for Instagramคืออะไร?

Extension for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bakutasechi และคุณลักษณะหลักของมันคือ "Direct upload/download! Support DM! Mini video player! Keyboard navigation and more."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension for Instagram

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

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

                        *update  fixAPI*

Get Extension for Instagram extension to download photos/videos and upload photos with one click. And more!

With Extension for Instagram, you can
★ Upload photos directly at your desktop. 
★ Right click on images/played videos to download. [New] Click ... to download in story mode.
★ Support DM on the mobile Layout
★ Ctrl+Enter to send DM message as shortcut
★ Have links clickable in section and comment area. 
★ Use key  ← and → to navigate back and forth among articles.
★ Dark theme if you get tired of white theme.
★ Stories available on the mobile layout
★ NEW: Mini Player available now! You can enable auto mini player which scrolling to articles, or you can click top-right button to play the video in mini player.
★ Experiment: Add your story on the mobile layout (Photo only)
★ Experiment: Tag people on image upload
★★ Easily turn on/off extension features to fit your best view experience.

Fixes:
"View all comments" issue has been fixed.
"Keyboard Navigation" has been fixed.
"Video downloader" partial fixed.

Copyright notice:
Extension for Instagram was developed by 120Studio. It is not affiliated with nor endorsed by Instagram Inc. Instagram™ is a trademark of Instagram Inc. All Instagram icons, images and copyrights are the property of Instagram Inc.

Privacy notice:
In short, we don't collect any personal information.
Details: https://120studio.github.io/120home/privacy.html                    

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

ชื่อ Extension for Instagram Extension for Instagram
ID dkfmiibnoifcbiblibjpfalbdfpdoeni
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/extension-for-instagram/dkfmiibnoifcbiblibjpfalbdfpdoeni
คำอธิบาย Direct upload/download! Support DM! Mini video player! Keyboard navigation and more.
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 147,795
เวอร์ชันปัจจุบัน 1.2.10
อัปเดตครั้งล่าสุด 2022-12-24
วันที่เผยแพร่ 2020-05-26
คะแนน 4.30/5 รวมทั้งหมด 300 คะแนน
ผู้พัฒนา bakutasechi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://120studio.github.io/120home/webinstagram.html
URL หน้าช่วยเหลือ https://github.com/120Studio/120home/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extension for Instagram",
    "description": "Direct upload\/download! Support DM! Mini video player! Keyboard navigation and more.",
    "version": "1.2.10",
    "browser_action": {
        "default_icon": "instagram-48.png"
    },
    "icons": {
        "16": "instagram-16.png",
        "48": "instagram-48.png",
        "128": "instagram-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "js": [
                "\/js\/Global.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.instagram.com\/*\/comments\/*"
    ],
    "web_accessible_resources": [
        "*.png"
    ]
}