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!」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |