Add "EH Instagram Auto Follower" toolbar at Instagram page.
This tool assist you to follow others to attract them to follow you…
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "EH Instagram Assistant Tool",
"version": "2023.10.02.01",
"icons": {
"128": "img/icon128.png",
"256": "img/icon256.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self'"
},
"content_scripts": [
{
"matches": [
"https://*.instagram.com/*"
],
"js": [
"js/thirdParty/jquery-3.6.3.min.js",
"js/common.js",
"js/errorCodeEngine.js",
"js/data/errorCode_en-US.js",
"js/data/labelDB.js",
"js/core/api.js",
"js/core/pageLoad.js",
"js/core/EHMessageBox.js",
"js/core/EHValidator.js",
"js/content.js"
],
"css": [
"css/eh-checkbox.css",
"css/eh-animation.css",
"css/custom.css",
"css/eh-icons.css",
"css/pageLoad.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"css/icons/*",
"template/*"
],
"matches": [
"https://*.instagram.com/*"
]
}
]
}