Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ViralSort Lite - Sort Instagram Reels (Free)",
"version": "1.1",
"description": "Sort Instagram Reels by likes, comments, and views for free",
"icons": {
"16": "icons\/V.png",
"48": "icons\/V.png",
"128": "icons\/V.png"
},
"permissions": [
"scripting",
"tabs",
"storage",
"activeTab"
],
"action": {
"default_icon": {
"16": "icons\/V16.png",
"48": "icons\/V48.png",
"64": "icons\/V64.png",
"128": "icons\/V128.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"js": [
"content_scripts\/content-script-injector.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"js": [
"content_scripts\/content-script-reels-sort.js"
],
"css": [
"css\/content-script-styles.css"
],
"run_at": "document_start"
}
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"https:\/\/app.viralsort.com\/*",
"https:\/\/viralsort.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"injected_scripts\/injected-script-reels-api.js"
],
"matches": [
"<all_urls>"
]
}
]
}