Social Media Sort By Like

Sort instagram posts by like

ما هو Social Media Sort By Like؟

Social Media Sort By Like هو إضافة Chrome تم تطويرها بواسطة chrome-developer-tw، والميزة الرئيسية لها هي "Sort instagram posts by like".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Social Media Sort By Like

قم بتنزيل ملفات الامتداد Social Media Sort By Like بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Tired of scrolling endlessly to find the most popular posts on a profile? Say goodbye to manual searching and let Sort instagram posts by like do the hard work for you!

Discover the Benefits:

Uncover Top Performers: Easily find the most popular and engaging posts on any Instagram profile.

Gain Inspiration: Learn from successful posts to refine your own content and boost engagement.

Efficient Navigation: Save time by jumping to the most-liked posts and exploring profiles effortlessly.

Stay Informed: Stay ahead of trends and viral content to engage with your audience effectively.                    

معلومات أساسية عن التمديد

الاسم Social Media Sort By Like Social Media Sort By Like
ID fpbahdmgcdbhgmaphjflggfmnmjgoijn
عنوان URL الرسمي https://chromewebstore.google.com/detail/social-media-sort-by-like/fpbahdmgcdbhgmaphjflggfmnmjgoijn
الوصف Sort instagram posts by like
حجم الملف 1.02 MB
عدد التثبيتات 129
النسخة الحالية 1.0.4
آخر تحديث 2024-01-28
تاريخ النشر 2023-10-06
المطور chrome-developer-tw
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://abconvert.notion.site/IG-Sort-By-Like-Privacy-Policy-b328377164cf4544bb7d7c219e36bef4
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Media Sort By Like",
    "short_name": "ig-sort-by-like",
    "version": "1.0.4",
    "description": "Sort instagram posts by like ",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "background",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "*:\/\/*.instagram.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "settings.html"
    }
}