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": "__MSG_title__",
"version": "2.5.6",
"description": "__MSG_des__",
"host_permissions": [
"<all_urls>"
],
"default_locale": "en",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"permissions": [
"storage",
"tabs",
"identity"
],
"oauth2": {
"client_id": "748254516280-fvjucnlelgre20eb9ojtmm2ivsg56rdn.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApj44jQKwH09IgVXnIZ0+8Jo7Xr6zVS38c0d5T3AwAOai9zduRpijPu60bUy70wN4EuxcWdmOg8a\/ik+Cr\/x5ckvHvDM3R3jcGnPu6ESO4170Xsp3DaKRO0qWUfJTkzW+Yr1j9tWyR2SR9u9uds5FQRfOgnjDMjod9shUqr4sPZsexE0b3ZKHf+34Ug27lBsYplkuZFByqfsY\/fubwN8ArCPky0OO7dkK3\/LjKepWQx0SuLfJqAW7JGXorNkIUUqB8bDmw4Hx51CPWcxW9MzO50SaVR0wqkUR9D2shPYHjwpYDLOdr+AdHAoPDJ9NivI+Lyp+mhiVG3+UlPI\/RFq4tQIDAQAB",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/pages\/content\/index.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"injected.js",
"icons\/*",
"icon-128.png",
"src\/pages\/guide\/*"
],
"matches": [
"<all_urls>"
]
}
],
"devtools_page": "src\/pages\/devtools\/index.html"
}