FrameTube

Creates a frame of a youtube video.

FrameTube क्या है?

FrameTube Pataar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates a frame of a youtube video."।

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

screenshot

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

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

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

                        Popout your youtube video in a seperate frame. The frame is resizeable and can be placed anywhere on your screen. 

The frame will also play music videos that are not allowed to be embedded.                    

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

नाम FrameTube FrameTube
ID andkmlcecgmdmbjjjdhifnmjphndgmik
आधिकारिक URL https://chromewebstore.google.com/detail/frametube/andkmlcecgmdmbjjjdhifnmjphndgmik
विवरण Creates a frame of a youtube video.
फ़ाइल का आकार 17.85 KB
स्थापना संख्या 1,772
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-09-26
प्रकाशन तिथि 2013-09-26
रेटिंग 4.50/5 कुल 14 रेटिंग्स
डेवलपर Pataar
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FrameTube",
    "description": "Creates a frame of a youtube video.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*",
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "128": "images\/icon128.png"
        }
    }
}