League of Legends Animated New Tab

League of Legends game is a popular in recent years. There are a lot of fan of the game. So we decided to make an animated…

League of Legends Animated New Tab란 무엇입니까?

League of Legends Animated New Tab은(는) https://wallpaperation.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "League of Legends game is a popular in recent years. There are a lot of fan of the game. So we decided to make an animated…"입니다.

확장 프로그램 스크린샷

screenshot

League of Legends Animated New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        League of Legends game is a popular in recent years. There are a lot of fan of the game. So we decided to make an animated WallPaper New Tab extension for League of Legends game with one of the character of the game. 


The chosen character is Sentitel Vayne. We can add more characters to League of Legends extension in future releases but it is just one right now. 

League of Legends Animated New Tab extension will change your current new tab. You will have also some other specifications when you install the extension. You can take a look them below;

- Search bar (not as usual on the left side of the screen)
- Date and Clock feature
- Notes section
- Tasks
- Calendar (if you are installing for this feature please, do not install. It does not work currently)

We would like to develop more features but not a promise. Do you have a feature that will fit League of Legends extension? Please, share us with support section so, we will consider to add it.

Do you want to uninstall ?

Then, right click the icon of the extension which is right top bar of the browser. Select "Remove from Chrome..." then there will pop-up appear click "Remove". The extension will be uninstalled from your browser.

Are you a Copyright Owner?
If you are owner one of the material on the extension and want to get it removed. Please, contact us with support form.                    

확장 프로그램 기본 정보

이름 League of Legends Animated New Tab League of Legends Animated New Tab
ID helndmacgnjiopbfdjiboifgceelcggg
공식 URL https://chromewebstore.google.com/detail/league-of-legends-animate/helndmacgnjiopbfdjiboifgceelcggg
설명 League of Legends game is a popular in recent years. There are a lot of fan of the game. So we decided to make an animated…
파일 크기 21.65 MB
설치 횟수 46
현재 버전 0.0.1
최근 업데이트 2021-08-02
출시 날짜 2021-08-01
개발자 https://wallpaperation.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wallpaperation.com
도움말 페이지 URL https://www.wallpaperation.com/support/
개인정보 보호 정책 페이지 URL https://www.wallpaperation.com/privacy-policy-2
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "League of Legends Animated New Tab",
    "background": {
        "scripts": [
            "js\/arkaPlan.js"
        ],
        "persistent": false
    },
    "version": "0.0.1",
    "description": "",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "oauth2": {
        "client_id_firefox": "825939795126-t9v6behgpkvj2vfffgg960gvneqi5umn.apps.googleusercontent.com",
        "client_id": "825939795126-mcce3h3b83llk6lid0fjds0b6age97k6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/calendar.google.com; object-src 'self'",
    "permissions": [
        "identity",
        "http:\/\/calendar.google.com\/calendar\/*",
        "https:\/\/calendar.google.com\/calendar\/*",
        "*:\/\/www.googleapis.com\/*",
        "*:\/\/accounts.google.com\/*"
    ]
}