Derpi-New Tab

A new tab page replacement featuring the latest pony wallpaper from Derpibooru

What is Derpi-New Tab?

Derpi-New Tab is a Chrome extension developed by SeinopSys, and its main feature is "A new tab page replacement featuring the latest pony wallpaper from Derpibooru".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Derpi-New Tab Extension CRX File

Download Derpi-New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This project is open-source, the code is available here: https://github.com/SeinopSys/Derpi-NewTab                    

Extension Basic Information

Name Derpi-New Tab Derpi-New Tab
ID noggelkbkffdifgemicnanbkghjkoipl
Official URL https://chromewebstore.google.com/detail/derpi-new-tab/noggelkbkffdifgemicnanbkghjkoipl
Description A new tab page replacement featuring the latest pony wallpaper from Derpibooru
File Size 110 KB
Installation Count 41
Current Version 2.6.1
Last Updated 2021-09-21
Publish Date 2020-02-01
Rating 5.00/5 Total 4 Ratings
Developer SeinopSys
Email [email protected]
Payment Type free
Extension Website https://github.com/SeinopSys/Derpi-NewTab
Help Page URL https://github.com/SeinopSys/Derpi-NewTab/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Derpi-New Tab",
    "description": "A new tab page replacement featuring the latest pony wallpaper from Derpibooru",
    "version": "2.6.1",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "60.0"
        }
    },
    "permissions": [
        "https:\/\/derpibooru.org\/",
        "https:\/\/derpicdn.net\/"
    ],
    "optional_permissions": [
        "https:\/\/www.derpibooru.org\/",
        "https:\/\/trixiebooru.org\/",
        "cookies"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}