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ファイルをダウンロード

Raven Fortnite Wallpaper and New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}