Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Sort Feed for Instagram \uff5cIG Sorter & Exporter | SortFeed",
"version": "2.1.2",
"description": "Sort Ins posts\/reels\/hashtag\/search, Export data to excel,Analyze trends,IG Download Instagram images and videos",
"permissions": [
"activeTab",
"storage",
"sidePanel"
],
"host_permissions": [],
"icons": {
"32": "icons\/32.png",
"128": "icons\/logo.png"
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "side.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content_instagram.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"js\/instagram_inject.js"
],
"all_frames": true,
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"128": "icons\/logo.png"
}
},
"web_accessible_resources": [
{
"resources": [
"side.html",
"icons\/*",
"js\/instagram_inject.js",
"ExtPay.js",
"side.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}