Fullscreen Anything

Maximizes images, videos, and games.

Τι είναι το Fullscreen Anything;

Το Fullscreen Anything είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bozozo, και η κύρια λειτουργία του είναι "Maximizes images, videos, and games.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fullscreen Anything

Λήψη αρχείων επέκτασης Fullscreen Anything σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Fullscreen Anything makes anything fill up your browser window at the click of a button!

This enables:
- Fullscreen Images
- Fullscreen Video
- Fullscreen Games

Plus:
- Advertisements are hidden
- Works well with multi-monitor setups

Simply click the Fullscreen Anything button (or press Ctrl+Space) to make anything that's currently on your screen fill the browser window. Press again to undo and continue browsing.

As Fullscreen Anything makes content fill the browser window, rather than the whole screen, you can quickly browse to different tabs while a video continues playing in fullscreen mode. Ideal for multi-tasking!

Most videos and games will continue playing seamlessly when maximized. Special care has been taken to ensure perfect compatibility with major video websites and social networks. Support for Youtube includes playlists, html5 video, and auto-HD on maximize.


* Note to TabCinema users: Fullscreen Anything replaces TabCinema, and is better in every way. Should you miss a feature in this new release, feel free to ask on the Feedback page!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fullscreen Anything Fullscreen Anything
ID olcfgpmjldkkjdclidhcbonieibfhhdh
Επίσημο URL https://chromewebstore.google.com/detail/fullscreen-anything/olcfgpmjldkkjdclidhcbonieibfhhdh
Περιγραφή Maximizes images, videos, and games.
Μέγεθος Αρχείου 27.38 KB
Αριθμός Εγκαταστάσεων 75,356
Τρέχουσα Έκδοση 2
Τελευταία Ενημέρωση 2014-01-09
Ημερομηνία Δημοσίευσης 2014-01-09
Αξιολόγηση 3.72/5 Συνολικά 440 Αξιολογήσεις
Προγραμματιστής Bozozo
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "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"
    }
}