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": "AI Sorter for Viral Instagram & TikTok Content",
"description": "AI sorter for Instagram & TikTok Reels\u2014rank by views\/likes\/comments, reveal viral, export to Excel.",
"version": "3.3",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/logo_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/logo_128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/IG_RANK.png"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"xlsx.full.min.js"
]
}
]
}