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 هو إضافة Chrome تم تطويرها بواسطة Xeri Media Crew | XMC، والميزة الرئيسية لها هي "Mr Suicide Sheep Theme. Get a HD wallpaper background for you new tabs!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Mr Suicide Sheep - New Tab Customization

قم بتنزيل ملفات الامتداد Mr Suicide Sheep - New Tab Customization بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}