Social Media Sort By Like
Sort instagram posts by like
Hvad er Social Media Sort By Like?
Social Media Sort By Like er en Chrome-udvidelse udviklet af chrome-developer-tw, og dens hovedfunktion er "Sort instagram posts by like".
Udvidelsesskærmbilleder
Download Social Media Sort By Like-udvidelses-CRX-fil
Download Social Media Sort By Like-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fpbahdmgcdbhgmaphjflggfmnmjgoijn |
| Officiel URL | https://chromewebstore.google.com/detail/social-media-sort-by-like/fpbahdmgcdbhgmaphjflggfmnmjgoijn |
| Beskrivelse | Sort instagram posts by like |
| Filstørrelse | 1.02 MB |
| Antal Installationer | 129 |
| Nuværende Version | 1.0.4 |
| Senest Opdateret | 2024-01-28 |
| Udgivelsesdato | 2023-10-06 |
| Udvikler | chrome-developer-tw |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://abconvert.notion.site/IG-Sort-By-Like-Privacy-Policy-b328377164cf4544bb7d7c219e36bef4 |
| Understøttede Sprog | 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": [
" | |