Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "InsL - Instagram like picker & exporter",
"version": "6.0.4",
"description": "Instagram giveaway picker & IG likes to Excel Exporter",
"action": {
"default_icon": ".\/assets\/icon-128.png",
"default_popup": ".\/dist\/popup\/InsL\/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": [
"activeTab",
"storage",
"unlimitedStorage"
],
"oauth2": {
"client_id": "139709177625-32vl44l4m2lfihrga1muig1doak5bt1g.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"host_permissions": [],
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*ext=L&uuid=*",
"https:\/\/www.listmore.info\/*\/insl*"
],
"js": [
"dist\/contentScripts\/index.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqtBRURXVNhO8gSUzLcx8jY9Ld7oQ9NL97IEPbF796w7l0j5zwsEj4Cp72Vz\/0dUZ2ZZMaqUeUvv7gY+h1S0ymVa8KeidW58gKiGR2+QJAMG35X0fQ7Ud5dRb1zq\/\/KYiBoa1dJECMUe3z8sF8ffS+ZF645Tq\/UsY8AZGYnIV5CYSurS9ai8BWnsPeeGGvfX7N19w\/wjrjJgD\/9rPk\/+mn7YL+SFKEZkG33ODRg5pbq6yYsb7eSOo\/LVS5DAHlDSWRCQCcmcArjHC9xhK4qKSxCytAu92Q38VoqdfUUHqmYGb9oKXDO9cOHFVsxNGuB7QbtiO+2A3xmD+z8xV0TK+WwIDAQAB"
}