Movies Tab
This extension sets your New Tab to Movies Tab - Your Window To the Movies World.
Movies Tab란 무엇입니까?
Movies Tab은(는) https://movies-tab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sets your New Tab to Movies Tab - Your Window To the Movies World."입니다.
확장 프로그램 스크린샷
Movies Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep update on the latest Movies in the World. update from Thousands of Movies sites and latest Trailers in one updated feed. Your next Movie is going to be here!
확장 프로그램 기본 정보
이름 | |
ID | iibacphhjajlchfgapfmckcblknkbjeo |
공식 URL | https://chromewebstore.google.com/detail/movies-tab/iibacphhjajlchfgapfmckcblknkbjeo |
설명 | This extension sets your New Tab to Movies Tab - Your Window To the Movies World. |
파일 크기 | 73.63 KB |
설치 횟수 | 40 |
현재 버전 | 1.9 |
최근 업데이트 | 2017-10-17 |
출시 날짜 | 2017-10-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://movies-tab.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://movies-tab.com/ |
도움말 페이지 URL | http://movies-tab.com/about/index.html |
개인정보 보호 정책 페이지 URL | http://personal-browser.com/about/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Movies Tab", "short_name": "Movies Tab.", "version": "1.9", "description": "This extension sets your New Tab to Movies Tab - Your Window To the Movies World.", "homepage_url": "http:\/\/www.movies-tab.com", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "storage", "cookies", "http:\/\/movies-tab.com\/*", "activeTab" ], "browser_action": { "default_title": "Movies Tab Home Page", "default_icon": "images\/128x128.png" }, "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com\/analytics.js https:\/\/www.google-analytics.com\/ga.js 'unsafe-eval' ; object-src 'self';" } |