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",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.0.2",
"author": "Vincent Denoual",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/www.arte.tv\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png",
"48": "icon48.png"
}
},
"icons": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png",
"48": "icon48.png"
}
}