Raven Fortnite Wallpaper and New Tab

Enjoy our new extension for Chrome and get new options to your new tab, including new HD wallpaper of Raven.

Raven Fortnite Wallpaper and New Tab란 무엇입니까?

Raven Fortnite Wallpaper and New Tab은(는) Mega Themes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy our new extension for Chrome and get new options to your new tab, including new HD wallpaper of Raven."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Raven Fortnite Wallpaper and New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Install Fortnite Raven Wallpaper and  New Tab Theme and get HD images of your favorite Raven character on every new tab!

Instead of boring old tabs in Chrome, how about to transform your new tab in to great expirience with awesome features and options.
Features:
 - Centered, personalized clock with greeting
 - Centered Search bar
 - Links and shortcuts for popular sites
 - Great and powerfull To Do organizer
 - Options tab with settings for favorite wallpaper, clock, Searh provider and many more!
 - Quotes of the day

This extension is free, made by fans for the fans.
To uninstall, please visit: https://megathemes.info/how-to-uninstall/
Privacy policy: https://megathemes.info/privacy-policy/                    

확장 프로그램 기본 정보

이름 Raven Fortnite Wallpaper and New Tab Raven Fortnite Wallpaper and New Tab
ID pkeedoiaoglchbcbgkijpdfjnlloamnd
공식 URL https://chrome.google.com/webstore/detail/raven-fortnite-wallpaper/pkeedoiaoglchbcbgkijpdfjnlloamnd
설명 Enjoy our new extension for Chrome and get new options to your new tab, including new HD wallpaper of Raven.
파일 크기 12.25 MB
설치 횟수 108
현재 버전 2.8
최근 업데이트 2019-01-25
출시 날짜 2019-01-25
개발자 Mega Themes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://megathemes.info/fortnite-raven-wallpaper-and-new-tab/
도움말 페이지 URL https://megathemes.info/contact-us/
개인정보 보호 정책 페이지 URL https://megathemes.info/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "name": "Raven Fortnite Wallpaper and New Tab",
    "manifest_version": 2,
    "short_name": "Raven fortnite",
    "description": "Enjoy our new extension for Chrome and get new options to your new tab, including new HD wallpaper of Raven.",
    "version": "2.8",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "files\/mega-new.html"
    },
    "browser_action": {
        "default_title": "Fortnite Raven Wallpaper and New Tab",
        "default_icon": {
            "16": "files\/icon16.png",
            "48": "files\/icon48.png",
            "128": "files\/icon128.png"
        }
    },
    "offline_enabled": true,
    "incognito": "split",
    "permissions": [
        "unlimitedStorage",
        "storage",
        "contextMenus",
        "management"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    }
}