Live New Tab

Live New Tab - is a new tab extension with awesome Live Photos and cool features.

Live New Tab란 무엇입니까?

Live New Tab은(는) Live New Tab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live New Tab - is a new tab extension with awesome Live Photos and cool features."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Live New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Live New Tab - Is the awesome New Tab extension with huge number of features which provide you with new experience of browser usage. 

 Super fast, customisable, easy-to-use New Tab.
- HD Live Photos 
- Hot & Sexy Girls  photos included 
- Numerous search providers
- More than 900+ HD images
- TODO list
- Bookmarks groups 
- And many more                    

확장 프로그램 기본 정보

이름 Live New Tab Live New Tab
ID anfjdmingalomadcdeognbndlkgaphdm
공식 URL https://chrome.google.com/webstore/detail/live-new-tab/anfjdmingalomadcdeognbndlkgaphdm
설명 Live New Tab - is a new tab extension with awesome Live Photos and cool features.
파일 크기 850 KB
설치 횟수 1,000
현재 버전 3.3
최근 업데이트 2021-11-02
출시 날짜 2018-10-26
평점 4.39/5 총 97 개의 평점
개발자 Live New Tab
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://bit.ly/2TV7H0z
지원되는 언어 de,en,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/32.png"
    },
    "chrome_url_overrides": {
        "newtab": "\/pages\/newtab.html"
    },
    "content_security_policy": "connect-src *; script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/128.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtbeFzvgUOHux9GQkBjZJA0BYVOQqFnV38aQ+FxLGT1g3EFagtgk7jSo1rs3S2MvRUgQUVlJ8MaTxc4yiWk4ZvCdBzDU6IHodEVdIlhrldBbYqnVJhhklN1GUfreHk5wJfB9c93d+oDqoJMgvL+oNFJ\/RMLJdDo7esrusb3jzNuY5XL9jZSv0zYgTk9f7aZZXPmacnwEW79hyKvd9Xrp4kOct4OCMWH8oi+i+f1lK6qs+QgD6pLpLPfJBLf3\/kocid1XVaFQcZ\/H8RhHi8aeVJa+vOnOTRtWyCm3NWR2gszddIoycGLRCgzYD0pgBieInMSPEjWkDH\/wB\/un6Qq3CtQIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabs",
        "history",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "contextMenus",
        "storage",
        "topSites",
        "*:\/\/newtab-search.com\/*",
        "*:\/\/mini.s-shot.ru\/*"
    ],
    "short_name": "__MSG_name__",
    "version": "3.3"
}