Button Stealer

Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.

Что такое Button Stealer?

Button Stealer - это расширение Chrome, разработанное Anatoly Zenkov, и его основная функция - "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Button Stealer

Скачайте файлы расширений Button Stealer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Button Stealer "steals" buttons from the websites you visit. Do your usual everyday online stuff and watch the collection of your stolen buttons grow. It’s fun, useless, and free! Button Stealer works locally and doesn’t send data anywhere, so your data remains private.                    

Основная информация о расширении

Название Button Stealer Button Stealer
ID iiikidmnimlpahbeknmkeonmemajpccj
Официальный URL https://chromewebstore.google.com/detail/button-stealer/iiikidmnimlpahbeknmkeonmemajpccj
Описание Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.
Размер файла 137 KB
Количество установок 61
Текущая Версия 1.0.2
Последнее Обновление 2024-01-17
Дата публикации 2024-01-03
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Anatoly Zenkov
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://anatolyzenkov.com/stolen-buttons/button-stealer
URL страницы политики конфиденциальности https://anatolyzenkov.com/stolen-buttons/button-stealer/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Button Stealer",
    "description": "Steals buttons from the websites you visit. Do your usual online stuff and watch the collection of stolen buttons grow.",
    "version": "1.0.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "images\/icon-light-16.png",
            "32": "images\/icon-light-32.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/icon-light-16.png",
        "32": "images\/icon-light-32.png",
        "48": "images\/icon-light-48.png",
        "128": "images\/icon-light-128.png"
    },
    "permissions": [
        "storage",
        "offscreen"
    ],
    "background": {
        "service_worker": "scripts\/service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/button-stealer.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}