Steemir
Monetize your YouTube videos automatically on Steemit.com!
Steemir란 무엇입니까?
Steemir은(는) https://steemir.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monetize your YouTube videos automatically on Steemit.com!"입니다.
확장 프로그램 스크린샷
Steemir 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 |
도움말 페이지 URL | https://steemir.com/faq |
개인정보 보호 정책 페이지 URL | 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'" } |