30 lines
960 B
JSON
30 lines
960 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Reels Master",
|
|
"version": "1.2.2",
|
|
"description": "Enhance your Instagram experience with Reels Master - download reels, seek through videos, and more!",
|
|
"background": {
|
|
"scripts": ["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/*"],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "reels-master@shiftyspace.ru",
|
|
"strict_min_version": "140.0",
|
|
"data_collection_permissions": {
|
|
"required": ["none"]
|
|
}
|
|
}
|
|
}
|
|
} |