Social Media Sort By Like

Sort instagram posts by like

Wat is Social Media Sort By Like?

Social Media Sort By Like is een Chrome-extensie ontwikkeld door chrome-developer-tw, en de belangrijkste functie is "Sort instagram posts by like".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Social Media Sort By Like

Download Social Media Sort By Like-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Social Media Sort By Like Social Media Sort By Like
ID fpbahdmgcdbhgmaphjflggfmnmjgoijn
Officiële URL https://chromewebstore.google.com/detail/social-media-sort-by-like/fpbahdmgcdbhgmaphjflggfmnmjgoijn
Beschrijving Sort instagram posts by like
Bestandsgrootte 1.02 MB
Aantal Installaties 129
Huidige Versie 1.0.4
Laatst Bijgewerkt 2024-01-28
Publicatiedatum 2023-10-06
Ontwikkelaar chrome-developer-tw
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://abconvert.notion.site/IG-Sort-By-Like-Privacy-Policy-b328377164cf4544bb7d7c219e36bef4
Ondersteunde Talen 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"
    }
}