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": "InsBot - Batch like \/ follow \/ unfllow",
"version": "2.0.14",
"description": "Follow\/Unfollow, Like recent posts automatically",
"action": {
"default_icon": ".\/assets\/icon-128.png",
"default_popup": ".\/dist\/popup\/InsBot\/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=Bot&uuid=*",
"https:\/\/www.listmore.info\/*\/insbot*",
"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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0s1Wge0aQ73P+zXkqpWWOkf46JOpwfOCFzLayL+PsBsG7c0jOvv1xWz5kx+Eo8cQ4SK9UzuL424RKir7xI3hd\/pojVqQ4LYtS6rnLYOzwEv2mimPmur5nJNwDpyaqO0dId4o076Aw9ibDnpnuC751gJ2p9zsAfKO2kl2Vvsq21AYytidkOlzsiBPXVjmgzNMMZtJN+d5hN6fYgTcHuuGIhOWOi8FevVpf452\/AY5Z0PFhuGZgAZxipYLjsJRKwSQEeEDB86Jpi2TLL1wYgRq5Q7lTYnG9irR2L55FQQsYdpC0LQdZNnOYdDcLQBxRiN1SpZxeTGd+p6JZYO5w\/YbtQIDAQAB"
}