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": "Windowed - floating Youtube\/every website",
"short_name": "Windowed",
"description": "Changes fullscreen buttons to go into a popup. Works for every website that uses fullscreen, including Youtube, Vimeo, Netflix",
"developer": {
"name": "Michiel Dral",
"url": "https:\/\/dral.eu\/"
},
"version": "34",
"manifest_version": 3,
"permissions": [
"storage",
"tabs",
"offscreen"
],
"applications": {
"gecko": {
"id": "{477dbe5e-1742-4641-a2c3-b6113bb5cf6e}"
}
},
"action": {
"default_popup": "Popup\/Popup.html",
"default_icon": {
"32": "\/Images\/[email protected]"
}
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"js": [
"Vendor\/browser-polyfill.min.js",
"Content.js"
],
"all_frames": true
},
{
"run_at": "document_start",
"matches": [
"<all_urls>"
],
"js": [
"Windowed-inject-into-page.js"
],
"all_frames": true,
"world": "MAIN"
}
],
"background": {
"service_worker": "Background\/BackgroundModule.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"Images\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"Vendor\/browser-polyfill.min.js",
"Vendor\/Browser.js",
"Windowed-inject-into-page.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "Icons\/Icon_16.png",
"32": "Icons\/Icon_32.png",
"64": "Icons\/Icon_64.png",
"128": "Icons\/Icon_128.png"
}
}