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",
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
]
}
],
"description": "Scrape Following info from Your Target Page in Instagram (Pure js\/no API\/no behind the scenes activities)",
"manifest_version": 3,
"name": "Instagram Following Scraper (by v-User)",
"permissions": [
"activeTab"
],
"version": "1.2.0"
}