Anywhere Player for YouTube™

Provides access to a small floating YouTube window on any page!

Anywhere Player for YouTube™ क्या है?

Anywhere Player for YouTube™ Sevina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides access to a small floating YouTube window on any page!"।

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

screenshot

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

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

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

                        Anywhere Player for YouTube™ provides access to a floating YouTube Window on any page, plus, you can drag the window to any position!

Note: Anywhere Player for YouTube™ does NOT belong or relate to the official YouTube application/website at all. It is an unofficial extension that is developed and maintained independently.

To start the addon, please right-click on any page and then click on the "Anywhere Player for YouTube™" from the context menu item. Alternatively, you can click on the toolbar button.

Some key features:
a. Allows you to play YouTube anywhere on the page (any website).
b. The floating window shows YouTube mobile view and is resizable.
c. Close button allows you to close the window at any point.
d. Floating panel blocks most YouTube ads! therefore you won't see any ads if you watch YouTube videos within the panel.

Note: to report bugs, please visit the addon's homepage (https://mybrowseraddon.com/youtube-anywhere.html) and fill out the bug report form.                    

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

नाम Anywhere Player for YouTube™ Anywhere Player for YouTube™
ID dakfcjbpneaedlmpfmfpgdepkimpjndb
आधिकारिक URL https://chromewebstore.google.com/detail/anywhere-player-for-youtu/dakfcjbpneaedlmpfmfpgdepkimpjndb
विवरण Provides access to a small floating YouTube window on any page!
फ़ाइल का आकार 52.65 KB
स्थापना संख्या 451
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2022-08-03
प्रकाशन तिथि 2019-07-16
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर Sevina
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/youtube-anywhere.html
सहायता पृष्ठ URL https://mybrowseraddon.com/youtube-anywhere.html
गोपनीयता नीति पृष्ठ URL https://mybrowseraddon.com/privacy-policy/developer/sevina.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 3,
    "short_name": "youtube-anywhere",
    "name": "Anywhere Player for YouTube\u2122",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/youtube-anywhere.html",
    "description": "Provides access to a small floating YouTube window on any page!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "data\/content_script\/icons\/*.png",
                "data\/content_script\/icons\/loading.gif"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "data\/panel\/inject.js"
            ],
            "css": [
                "data\/panel\/inject.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Anywhere Player for YouTube\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}