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": "InsTF - Instagram follower & unfollower tracker",
"version": "6.1.8",
"description": "Analyze your IG followers to identify and unfollow those who do not follow you back.",
"action": {
"default_icon": ".\/assets\/icon-128.png",
"default_popup": ".\/dist\/popup\/InsTF\/index.html"
},
"options_ui": {
"page": ".\/dist\/options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"icons": {
"16": "assets\/icon-16.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"permissions": [
"identity",
"activeTab",
"storage",
"unlimitedStorage"
],
"oauth2": {
"client_id": "139709177625-32vl44l4m2lfihrga1muig1doak5bt1g.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*ext=TF&uuid=*",
"https:\/\/www.listmore.info\/*\/instf*",
"https:\/\/www.instagram.com\/accounts\/*",
"https:\/\/www.instagram.com\/challenge\/*"
],
"js": [
"dist\/contentScripts\/index.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"dist\/injectButtonScripts\/style.css",
"assets\/*"
],
"matches": [
"https:\/\/www.instagram.com\/*",
"https:\/\/www.listmore.info\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAga8R0maH\/qvRIvQ68z+AoXT03i68Boezn2vMFw0AAL4j+4Sx2\/bM16k2eoSs\/gIWPU3GNm+8UQcSLjDCVTFbu2Nx9COYVujFiHoT4+RlWOd7Shlay\/hGd7tYvdfu545zLPlJQvtS+RbNaLBpMM5wAku2ECxTFXynFSCZTkeaubjn3pjmC3DQw2Cv7OxSIOzV\/vSrzZUFHmE8w\/5OSO39Gigh1Ki7bCCjVOrk+coFanAna5DYtQmuA++B9ikVTcdNfel7EgVY1ze7eQm+R24BphYdHA73AF1F3b8\/TKeVciBgtf6BnQhUUzwTy51H9ptEuOfnjgFG+MG2CYsSD2qlEQIDAQAB"
}