Self Butler

Shortcuts to Self Butler

Co to jest Self Butler?

Self Butler to rozszerzenie Chrome opracowane przez ExMarketPlace FZ LLC, a jego główną funkcją jest „Shortcuts to Self Butler”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Self Butler

Pobierz pliki rozszerzeń Self Butler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Self Butler is your personal concierge at your fingertips to find what you need, when you need it and wherever you are. It is now equipped with geolocation search, multi language translator, local weather forecast, currency converter, web search and a shopping comparison tool to easily locate the best places around you or the most hidden item on the web.

By clicking "Add to Chrome", I accept and agree to installing the SelfButler Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy

Privacy Policy: https://selfbutler.com/privacy.php

Terms of use: https://selfbutler.com/termofuse.php                    

Podstawowe informacje o rozszerzeniu

Nazwa Self Butler Self Butler
ID oafgjlmmngifdapmamnfcfppjnjebkif
Oficjalny URL https://chromewebstore.google.com/detail/self-butler/oafgjlmmngifdapmamnfcfppjnjebkif
Opis Shortcuts to Self Butler
Rozmiar pliku 571 KB
Liczba instalacji 12,517
Aktualna Wersja 1.0.19
Ostatnia Aktualizacja 2022-02-03
Data Publikacji 2019-02-13
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper ExMarketPlace FZ LLC
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.selfbutler.com/
Adres URL Strony Polityki Prywatności https://www.exmarketplace.com/privacy.php
Obsługiwane Języki de,en,fr,es,it,pt-BR,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Self Butler",
    "description": "Shortcuts to Self Butler",
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "version": "1.0.19",
    "permissions": [
        "tabs",
        "topSites",
        "storage",
        "*:\/\/*.selfbutler.com\/*"
    ],
    "browser_action": {
        "default_title": "Self Butler",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.selfbutler.com\/*"
            ],
            "js": [
                "injectTopSites.js"
            ],
            "css": [
                "topsites.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.selfbutler.com\/*"
            ],
            "js": [
                "noextwarning.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "*.png"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "{29828a3b-b422-4c85-a683-1f738fba9d16}",
            "strict_min_version": "57.0"
        }
    }
}