You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "EatMyYTShorts",
|
|
"version": "1.0",
|
|
|
|
"description": "Changes YouTube Shorts videos to normal videos.",
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*.youtube.com/*"],
|
|
"js": ["eatmyytshorts.js"]
|
|
}
|
|
],
|
|
|
|
"permissions": ["webNavigation", "tabs"]
|
|
|
|
}
|