Mr Suicide Sheep - New Tab Customization

Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!

什么是Mr Suicide Sheep - New Tab Customization?

Mr Suicide Sheep - New Tab Customization是由Xeri Media Crew | XMC开发的Chrome扩展程序,该扩展的主要功能是“Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!”。

扩展截图

screenshot
screenshot
screenshot

下载Mr Suicide Sheep - New Tab Customization扩展crx文件

下载Mr Suicide Sheep - New Tab Customization扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Costomize your "New Tab" window! Your tabs will be MrSuicideSheep themed! Get surprised with insane HD MrSuicideSheep Wallpaper!
When you click on "New Tab" a tab with a MrSuicideSheep Wallpaper will open, including searchbar and additional icons!                    

扩展基本信息

名称 Mr Suicide Sheep - New Tab Customization Mr Suicide Sheep - New Tab Customization
ID hlgnokkadopmjbpffkipfcldbffmpcod
官方URL https://chromewebstore.google.com/detail/mr-suicide-sheep-new-tab/hlgnokkadopmjbpffkipfcldbffmpcod
简介 Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!
文件大小 5.4 MB
安装次数 16
当前版本 1.0.2
更新时间 2023-04-06
上架时间 2020-05-13
开发者 Xeri Media Crew | XMC
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.xeriflow.net/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mr Suicide Sheep - New Tab Customization",
    "description": "Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!",
    "version": "1.0.2",
    "permissions": [
        "background"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "web_accessible_resources": [
        "bg-img\/*"
    ],
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}