Sort Reels | App for Instagram™

Sort Instagram™ Reels 📱 by Views 👀, Likes 😍, Comments 💭, and more!

Sort Reels | App for Instagram™คืออะไร?

Sort Reels | App for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taher Elsheikh และคุณลักษณะหลักของมันคือ "Sort Instagram™ Reels 📱 by Views 👀, Likes 😍, Comments 💭, and more!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sort Reels | App for Instagram™

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

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

                        I'm Taher 👋 I designed this extension to make it super easy to sort Reels by views, likes, comments, and likes/views on Instagram™.  

Ready to begin?
1. 📥 Install extension, and visit a user's profile on Instagram.
2. 💻 Go to their Reels tab, and use the extension's icon to sort.
3. 💡 Note, make sure the extension is pinned on your Chrome's toolbar. 

Note:
💡 The extension is designed specifically for English Instagram URLs due to variations in formatting for non-English URLs. Simply append “hl=en” to any Instagram profile URL. Example: https://www.instagram.com/kimkardashian/?hl=en

Need more info? 
1. 👤 Extension only works on User Pages. 
2. 🔒 Your data remains private, since the extension operates on device only. 

Disclaimer: 
Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. This is an independent project developed by me, Taher Elsheikh 👋, and it has no relationship to Instagram™ or Instagram Inc.                    

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

ชื่อ Sort Reels | App for Instagram™ Sort Reels | App for Instagram™
ID lhiilgfanjkbombmnlfelondlfohfpfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sort-reels-app-for-instag/lhiilgfanjkbombmnlfelondlfohfpfg
คำอธิบาย Sort Instagram™ Reels 📱 by Views 👀, Likes 😍, Comments 💭, and more!
ขนาดไฟล์ 8.42 MB
จำนวนการติดตั้ง 554
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2024-03-06
วันที่เผยแพร่ 2024-01-08
คะแนน 3.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Taher Elsheikh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sort Reels | App for Instagram\u2122",
    "description": "Sort Instagram\u2122 Reels \ud83d\udcf1 by Views \ud83d\udc40, Likes \ud83d\ude0d, Comments \ud83d\udcad, and more!",
    "version": "2.3",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default-popup": "popup.html",
        "default_icon": {
            "16": "Icons\/Reels 16.png",
            "48": "Icons\/Reels 48.png",
            "128": "Icons\/Reels 128.png"
        }
    },
    "icons": {
        "16": "Icons\/Reels 16.png",
        "48": "Icons\/Reels 48.png",
        "128": "Icons\/Reels 128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "animate.css"
            ],
            "js": [
                "app.js",
                "scroll_to_top.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Icons\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}