WebExtension.net
WebExtension.net

Fullscreen Anything

View on Chrome Web Store
View Fullscreen Anything Chrome Extension on Chrome Web Store
3.8 (459 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Maximizes images, videos, and games.
Type
Extension
Users
70,000 users
Bozozo
View author page of Bozozo
Published
Published on June 3, 2012
Version 2
Manifest version
2
Updated
Updated on January 9, 2014
View on Chrome Web Store
View Fullscreen Anything Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Anything",
    "version": "2",
    "author": "Arno van den Brink",
    "description": "Maximizes images, videos, and games.",
    "offline_enabled": true,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Toggle Tabcinema"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top