Mr Suicide Sheep - New Tab Customization
Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!
What is Mr Suicide Sheep - New Tab Customization?
Mr Suicide Sheep - New Tab Customization is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!".
Extension Screenshots
Download Mr Suicide Sheep - New Tab Customization Extension CRX File
Download Mr Suicide Sheep - New Tab Customization 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
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!
Extension Basic Information
Name | |
ID | hlgnokkadopmjbpffkipfcldbffmpcod |
Official URL | https://chromewebstore.google.com/detail/mr-suicide-sheep-new-tab/hlgnokkadopmjbpffkipfcldbffmpcod |
Description | Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs! |
File Size | 5.4 MB |
Installation Count | 16 |
Current Version | 1.0.2 |
Last Updated | 2023-04-06 |
Publish Date | 2020-05-13 |
Developer | Xeri Media Crew | XMC |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.xeriflow.net/privacy-policy |
Supported Languages | 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" } } |