Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Trends",
"version": "0.0.0.3",
"description": "Get trending YouTube videos from around the world",
"manifest_version": 3,
"author": "Arjuna Deva",
"permissions": [
"storage"
],
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"isoCountryDict.js",
"inject.js"
],
"css": [
"main.css"
],
"run_at": "document_end"
}
]
}