Player Lookalike Image Creator for YouTube™

Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid.

Player Lookalike Image Creator for YouTube™ क्या है?

Player Lookalike Image Creator for YouTube™ roshin.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid."।

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

screenshot

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

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

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

                        Creates an image from a YouTube™ video thumbnail with a "YouTube™ player" overlaid on it. Useful for putting a link to a YouTube video in an email.

HOWTO:
Go to a YouTube™ video, click the extension icon. and you are done!

You can go to the options to change the style of the "player".

YouTube™ is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions.                    

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

नाम Player Lookalike Image Creator for YouTube™ Player Lookalike Image Creator for YouTube™
ID lbnapnpdhddmaijnnkcljfnoeaemcohh
आधिकारिक URL https://chromewebstore.google.com/detail/player-lookalike-image-cr/lbnapnpdhddmaijnnkcljfnoeaemcohh
विवरण Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid.
फ़ाइल का आकार 2.26 MB
स्थापना संख्या 17
वर्तमान संस्करण 0.0.0.6
अंतिम अपडेट 2022-04-25
प्रकाशन तिथि 2019-07-04
डेवलपर roshin.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Player Lookalike Image Creator for YouTube\u2122",
    "description": "Creates an image from a Youtube\u2122 video thumbnail with a \"Youtube\u2122 player\" overlaid.",
    "version": "0.0.0.6",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/img.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "Create picture!"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/*.png"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "extension_ids": [
                "abepkojkmegpkljhccmohcbhhnniofnc"
            ],
            "use_dynamic_url": true
        }
    ],
    "options_page": "options\/options.html",
    "icons": {
        "128": "icon\/icon.png",
        "16": "icon\/icon.png",
        "48": "icon\/icon.png"
    },
    "manifest_version": 3
}