manifest.json aktualisiert
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "TG Downloader - Free & Unlimited",
|
||||
"version": "1.4",
|
||||
"description": "Download Videos & Bilder aus Telegram Web.",
|
||||
"permissions": ["storage", "downloads"],
|
||||
"host_permissions": ["https://web.telegram.org/*"],
|
||||
"icons": {
|
||||
"128": "icon.png"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://web.telegram.org/*"],
|
||||
"js": ["content_tg.js"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": ["inject.js"],
|
||||
"matches": ["https://web.telegram.org/*"]
|
||||
}
|
||||
]
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "TG Downloader - Free & Unlimited",
|
||||
"version": "1.5",
|
||||
"description": "Download Videos & Bilder aus Telegram Web.",
|
||||
"permissions": ["storage", "downloads"],
|
||||
"host_permissions": ["https://web.telegram.org/*"],
|
||||
"icons": {
|
||||
"128": "icon.png"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://web.telegram.org/*"],
|
||||
"js": ["content_tg.js"],
|
||||
"run_at": "document_end"
|
||||
}
|
||||
],
|
||||
"web_accessible_resources": [
|
||||
{
|
||||
"resources": ["inject.js"],
|
||||
"matches": ["https://web.telegram.org/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user