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_appName__",
"description": "__MSG_appDesc__",
"version": "2.3.2",
"default_locale": "en",
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"browsingData",
"cookies"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_title": "Clear Cache & Cookies"
},
"icons": {
"16": "\/images\/16x16.png",
"48": "\/images\/48x48.png",
"64": "\/images\/64x64.png",
"96": "\/images\/96x96-128x128.png",
"128": "\/images\/128x128.png"
},
"commands": {
"_execute_action": {
"description": "__MSG_appName__",
"suggested_key": "Alt+C"
}
},
"web_accessible_resources": [
{
"resources": [
"images\/48x48.png"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content\/content.js"
],
"css": [
"content\/content.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxsvpSWgRj9OZzHCr8BfecVyMuQ\/pZXc31kUARX+HO1jAlqSi+g44DCafjGEpXWHaNxlxs0+wJwZgvAusy7BJDCIppHSrpAEhXSl8HpgB3MuHClzcCxE9ZcZlLrxVLV\/z+iOSbvNFm3e7zIgKSVG+poZtyWgE+Rcu715Tg134XoxOflnvOtppFnGoQlj\/NzGvo3gtR5MEYRQBXUA+Dvd\/rthejGvoEH0i8bemToYZaVmBWkpWuYdZ92XXgmRRLtCh78yZoN4IyakU+bNGp+32a7FoE1R6xEiyii7o+dD5RSQGasKVB9tOBy1TozoNidE3v8DvckfeieYRJpYT9\/SoGQIDAQAB",
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
}
}