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": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fbIP\u96fb\u8a71",
"description": "\u30b5\u30c6\u30e9\u30a4\u30c8\u30aa\u30d5\u30a3\u30b9\u30fbIP\u96fb\u8a71",
"version": "1.0.0.8",
"icons": {
"48": ".\/icon_48.png",
"128": ".\/icon_128.png"
},
"background": {
"service_worker": "background-wrapper.js"
},
"options_page": "",
"action": {
"default_icon": ".\/icon_128.png",
"default_popup": ""
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"scripting",
"identity"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/apis.google.com https:\/\/ajax.googleapis.com https:\/\/www.googleapis.com https:\/\/*.firebaseio.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net https:\/\/*.firebasedatabase.app;object-src 'self'"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"chrome:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"thirdparty\/*",
"img\/*",
"audio\/*",
"video\/*",
"ringtone\/*"
],
"use_dynamic_url": true
}
],
"oauth2": {
"client_id": "452576219807-s5qo2kt52sqvj1d7hk1jmkfq3c47jt66.apps.googleusercontent.com",
"scopes": [
"openid",
"email"
]
}
}