21 lines
732 B
JSON
21 lines
732 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Reels Master",
|
|
"version": "1.1.2",
|
|
"description": "Enhance your Instagram experience with Reels Master - download reels, seek through videos, and more!",
|
|
"background": {
|
|
"service_worker": "background/background.js"
|
|
},
|
|
"homepage_url": "https://shiftyspace.ru",
|
|
"author": "ShiftyX1",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*.instagram.com/*"],
|
|
"js": ["content/content.js"],
|
|
"css": ["assets/content.css"],
|
|
"run_at": "document_end"
|
|
}
|
|
],
|
|
"permissions": ["storage", "downloads"],
|
|
"host_permissions": ["*://*.instagram.com/*", "*://*.cdninstagram.com/*", "https://i.instagram.com/*", "*://*.fbcdn.net/*"]
|
|
} |