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",
"name": "Delete All Google Photos Chrome Extension",
"description": "This extension automates bulk deletion of your Google Photos since Google doesn't allow you to.",
"version": "2.5",
"manifest_version": 3,
"icons": {
"16": "src\/assets\/icons\/icon16.png",
"32": "src\/assets\/icons\/icon32.png",
"48": "src\/assets\/icons\/icon48.png",
"128": "src\/assets\/icons\/icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-1c2420a7.js"
],
"matches": [
"https:\/\/photos.google.com\/?delete_all*",
"https:\/\/photos.google.com\/u\/*\/?delete_all*",
"https:\/\/photos.google.com\/archive?delete_all*",
"https:\/\/photos.google.com\/u\/*\/archive?delete_all*"
],
"css": [
"assets\/index-22687b56.css"
]
},
{
"js": [
"assets\/onpaid.ts-loader-036e8860.js"
],
"matches": [
"https:\/\/extensionpay.com\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_ui": {
"page": "src\/options\/options.html",
"open_in_tab": true
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "src\/assets\/icons\/icon16.png",
"32": "src\/assets\/icons\/icon32.png",
"48": "src\/assets\/icons\/icon48.png",
"128": "src\/assets\/icons\/icon128.png"
}
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/photos.google.com\/*",
"https:\/\/photos.google.com\/*",
"https:\/\/photos.google.com\/*",
"https:\/\/photos.google.com\/*"
],
"resources": [
"assets\/index-6cab9911.js",
"assets\/ExtPay.module-d5c3e8e1.js",
"assets\/index.ts-8f4093df.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"resources": [
"assets\/onpaid.ts-4ed993c7.js"
],
"use_dynamic_url": false
}
]
}