Steemir

Monetize your YouTube videos automatically on Steemit.com!

ما هو Steemir؟

Steemir هو إضافة Chrome تم تطويرها بواسطة https://steemir.com، والميزة الرئيسية لها هي "Monetize your YouTube videos automatically on Steemit.com!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Steemir

قم بتنزيل ملفات الامتداد Steemir بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Monetize your YouTube videos on Steem

Easily share your new YouTube videos on steemit.com to earn extra money and reach a new audience. 

Earn Real US Dollars

Steem dollars convert directly to real US Dollars or Bitcoin and many other crypto currencies.

Easy To Use

Sign up on Steemit.com, enter your posting key, and then upload to YouTube like you normally do, it is that simple.

Free Money

Steem users generate income by posting content; the money comes from network usage, there are no hidden fees.

Secure

Your steemit posting id is kept in your browser, and only used while uploading, so you have total control.

Reach A New Audience

Steemians love great content, and reward it with votes, comments, and follows.

Non-Interfering

Steemir doesn't interfere with any other YouTube monetizations you may be using, it is completely transparent.                    

معلومات أساسية عن التمديد

الاسم Steemir Steemir
ID bgnfciidadaiacgdbklebabbchfngbgn
عنوان URL الرسمي https://chromewebstore.google.com/detail/steemir/bgnfciidadaiacgdbklebabbchfngbgn
الوصف Monetize your YouTube videos automatically on Steemit.com!
حجم الملف 946 KB
عدد التثبيتات 196
النسخة الحالية 1.0.0.3
آخر تحديث 2018-03-28
تاريخ النشر 2018-03-28
تقييم 4.94/5 مجموع تقييمات 17
المطور https://steemir.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://steemir.com
عنوان صفحة المساعدة https://steemir.com/faq
عنوان صفحة سياسة الخصوصية https://steemir.com/privacy.php
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steemir",
    "icons": {
        "48": "images\/steemir_48.png",
        "128": "images\/steemir_128.png"
    },
    "description": "Monetize your YouTube videos automatically on Steemit.com!",
    "version": "1.0.0.3",
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/",
        "https:\/\/cdn.steemjs.com\/",
        "https:\/\/steemir.com\/",
        "https:\/\/www.steemir.com\/",
        "storage"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "48": "images\/steemir_48.png"
        },
        "default_title": "Steemir",
        "default_popup": "steemir.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/channel\/*",
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/user\/*",
                "https:\/\/www.youtube.com\/my_videos*",
                "https:\/\/www.youtube.com\/dashboard*"
            ],
            "js": [
                "js\/steem.min.js",
                "js\/youtube.js"
            ],
            "css": [
                "css\/youtube.css",
                "css\/font-awesome\/css\/font-awesome.min.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/upload.js",
                "js\/steem.min.js"
            ],
            "css": [
                "css\/upload.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "css\/font-awesome\/fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.steemjs.com; object-src 'self'"
}