Mr Suicide Sheep - New Tab Customization
Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!
Vad är Mr Suicide Sheep - New Tab Customization?
Mr Suicide Sheep - New Tab Customization är en Chrome-tillägg utvecklad av Xeri Media Crew | XMC, och dess huvudfunktion är "Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!".
Tilläggsskärmbilder
Ladda ner Mr Suicide Sheep - New Tab Customization-förlängningens CRX-fil
Ladda ner Mr Suicide Sheep - New Tab Customization-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | hlgnokkadopmjbpffkipfcldbffmpcod |
Officiell webbadress | https://chromewebstore.google.com/detail/mr-suicide-sheep-new-tab/hlgnokkadopmjbpffkipfcldbffmpcod |
Beskrivning | Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs! |
Filstorlek | 5.4 MB |
Antal Installationer | 16 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-04-06 |
Publiceringsdatum | 2020-05-13 |
Utvecklare | Xeri Media Crew | XMC |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.xeriflow.net/privacy-policy |
Stödda Språk | 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" } } |