Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "My Youtube",
"short_name": "My YT",
"description": "Auto Wait&Click Browser Extension for Youtube Ads",
"version": "0.1.0",
"homepage_url": "https:\/\/github.com\/uretgec\/my-youtube",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"128": "icons\/128.png"
},
"author": "Uretgec",
"offline_enabled": false,
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_start"
}
]
}