Full Play

Video Full Web Play

Full Play क्या है?

Full Play xiuman89 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Video Full Web Play"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Full Play एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Play the video in Web Full Screen mode.
Like the YouTube cinema mode but without element other than the video.
Currently support video site like youtube, vimeo, dailymotion, iqiyi, etc, which have their own embed mode. Also, it may work for some site with embed videos.

Icon is on the way.

update log:
1.0.1.6: Add icon

1.0.1.5: 1. remove unnecessary button
         2. add better indication about what button do what
         3. add lynda support for people who want
         4. for some website, the site will replace the original window. these feature may has the chance to work for more site which is easy to return by using the browser build-in go back ability.
         
1.0.1.0: Make large button.                    

एक्सटेंशन की मूल जानकारी

नाम Full Play Full Play
ID mbadifmabjkpaajnhmdcnlkenidcehfe
आधिकारिक URL https://chrome.google.com/webstore/detail/full-play/mbadifmabjkpaajnhmdcnlkenidcehfe
विवरण Video Full Web Play
फ़ाइल का आकार 21.17 KB
स्थापना संख्या 117
वर्तमान संस्करण 1.0.1.6
अंतिम अपडेट 2019-04-04
प्रकाशन तिथि 2019-03-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर xiuman89
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": ".\/background.html",
        "persistent": false
    },
    "description": "Video Full Web Play",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "64": ".\/icons\/icon64.png",
        "128": ".\/icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Full Play",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": []
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                ".\/js\/curWindow.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "version": "1.0.1.6"
}