ViewForView
ViewForView Extension
ViewForView란 무엇입니까?
ViewForView은(는) ViewForView에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ViewForView Extension"입니다.
확장 프로그램 스크린샷
ViewForView 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ViewforView is a free service to increase youtube views, website... What is ViewforView? ViewforView is a free service to promote YouTube videos, webiste..., get YouTube views and likes naturally. If you want to get more views for website, your videos and and grow your channel, then this View for View app can be a big help for you. How does it work? Once you have created your campaign you need Points as a payment method for each views, you can get unlimited free coins with this extension. We guarantee that your videos, website will get views and likes from real people, and will run according to the duration you specify. What's new? We updated and added several features to make it easier for users to earn points. What are you waiting for? Install the extension and start creating campaigns in seconds and it's free! Regards .
확장 프로그램 기본 정보
이름 | |
ID | jbfhikclfidjdcpmpokpnbhilcjdidnm |
공식 URL | https://chrome.google.com/webstore/detail/viewforview/jbfhikclfidjdcpmpokpnbhilcjdidnm |
설명 | ViewForView Extension |
파일 크기 | 4.07 KB |
설치 횟수 | 119 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-08-19 |
출시 날짜 | 2021-08-19 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | ViewForView |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://viewforview.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ViewForView", "description": "ViewForView Extension", "version": "0.0.1", "manifest_version": 2, "permissions": [ "tabs", "https:\/\/viewforview.com\/*", "https:\/\/www.viewforview.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/viewforview.com\/*", "https:\/\/www.viewforview.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "scripts\/background.js" ] } } |