Youme

Расширение для YouTube

What is Youme?

Youme is a Chrome extension developed by https://youme.gg, and its main feature is "Расширение для YouTube".

Extension Screenshots

screenshot

Download Youme Extension CRX File

Download Youme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение позволяет узнать о наличии или отсутствии монетизации на любом YouTube канале. А теперь еще и аватарки с банерами возвращает.                    

Extension Basic Information

Name Youme Youme
ID oiaeckabpflkeihkhmgoamaggiilopmg
Official URL https://chromewebstore.google.com/detail/youme/oiaeckabpflkeihkhmgoamaggiilopmg
Description Расширение для YouTube
File Size 44.95 KB
Installation Count 6,702
Current Version 1.2.5
Last Updated 2022-11-25
Publish Date 2022-08-07
Rating 3.36/5 Total 22 Ratings
Developer https://youme.gg
Email [email protected]
Payment Type free
Extension Website https://youme.gg
Help Page URL https://youme.gg/contacts
Privacy Policy Page URL https://youme.gg/privacy_policy
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youme",
    "version": "1.2.5",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f YouTube",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube.com\/@*"
            ],
            "js": [
                "content.js",
                "jquery.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/youme.gg\/*",
        ""
    ],
    "action": {
        "default_title": "Youme"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}