Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 12, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.1.0",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0e+7KYMVJNcoAhEycSWWSrQ2JAn1zBNDrAzjB0U\/97DY8DLlS+CyHq\/IPpTLvEoqNiiMkQbjJqIEr1vDEG8wxjiHicnlQdcYu9ODdPk8+AF2XSG3iMgULg\/zp\/JuC9t+AQD+\/ecdD8n8vIvtNCzsl3rH4uBlLPT6rhmYth65FPEXIqq2pq5y3bWE+rVXA2HjPHHMCSZda2qSuYywPOWOXa2Yzez9KlqSmnIoAAnm1UHIDOglxw3yxRktAUKb4TVpuPlgFCzJX2JOBBIwBq8UNs+fkfVMJ7e61I7CF93AyBBIOxtMnNlaE9\/YThfyYjo5x52Lw2Z17zevi4PFVcf0nwIDAQAB",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mapghebomjidkgddlihcjmolkhfgajgm",
"manifest_version": 3,
"oauth2": {
"client_id": "599461951383-b55ocm6svn8gili752c0648qrv9bd2i8.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
],
"web_client_id": "599461951383-k2sa8iht5sofdhoct4m1snp6cv6rjocf.apps.googleusercontent.com"
},
"background": {
"service_worker": "service-worker.js"
},
"icons": {
"16": "public\/lib\/images\/logo_16.png",
"32": "public\/lib\/images\/logo_32.png",
"48": "public\/lib\/images\/logo_48.png",
"128": "public\/lib\/images\/logo_128.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"cookies",
"identity",
"alarms"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.converts.cc\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"public\/lib\/js\/jquery-3.5.1.min.js",
"Content.js"
],
"css": [
"css\/Content.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"public\/lib\/images\/*",
"ijsource.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_popup": "popup.html"
}
}