Sticker Mania

Cling stickers over sites across the web. Upload your own stickers, use a ready-made set and easily manage all sticker collection.

Co je Sticker Mania?

Sticker Mania je rozšíření Chrome vyvinuté https://mystickermania.com, a jeho hlavní funkcí je „Cling stickers over sites across the web. Upload your own stickers, use a ready-made set and easily manage all sticker collection.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Sticker Mania

Stáhněte si soubory rozšíření Sticker Mania ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Do you like stickers? Do you like to glue them everywhere? Check out this Sticker extension for Chrome - Sticker Mania!

With this extension you can apply graphic stickers over websites.

A convenient interface, attached to reality, will send you on an unforgettable adventure of clinging various funny stickers on web pages.

Use the already added collection of stickers that we have prepared for you.
There are such stickers:
- Adventure Time;
- Rick and Morty;
- Skate theme;
- Superheroes;
- The Simpsons;
- And over 100 other funny stickers.

Make your own stickers!
In addition, you can add your own stickers and use them on sites.

Features:
- Large collection of awesome stickers;
- Upload your images as custom stickers online;
- Remove unnecessary images (uploaded by you and from the extension collection);
- Convenient dock for quick control;
- Change stickers with scrolling.

Open the sticker website destroyer extension window by clicking on its icon in the toolbar Chrome panel and click in the desired sticker.
Use mouse scrolling to change images from collection.

Recommendations:
- Use not too large graphic files;
- For curly stickers, add images with a transparent background - use the formats PNG and GIF.                    

Základní Informace o Rozšíření

Název Sticker Mania Sticker Mania
ID jhajnkdohbhjfffcdlchmmicikobmiaj
Oficiální URL https://chromewebstore.google.com/detail/sticker-mania/jhajnkdohbhjfffcdlchmmicikobmiaj
Popis Cling stickers over sites across the web. Upload your own stickers, use a ready-made set and easily manage all sticker collection.
Velikost souboru 1.89 MB
Počet instalací 28,868
Aktuální Verze 2.7.1
Poslední Aktualizace 2024-02-24
Datum Vydání 2020-01-07
Hodnocení 4.34/5 Celkem 395 Hodnocení
Vývojář https://mystickermania.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://mystickermania.com
URL Stránky Nápovědy http://mystickermania.com/faq
URL Stránky Zásad Ochrany Soukromí https://mystickermania.com/privacy-policy
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "\/stickermania.js"
            ],
            "matches": [
                "*:\/\/*.mystickermania.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mystickermania.com\/*"
        ]
    },
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtOU1etSdzUbLk6j0mBMZYldYANOP6ehG+83XY2Gq8MWsB6aNXwVfDTYJqLHhw0s5Rl0F1WuoD5Y2aZ1EyH9nqq16zeb2hdigPH343J5WYLXIWO7pihp+FKki4FJiItdR8gLU6oPK5JH3Yk63E0Vx13ldxrIaiinD99EOltXzNvdTjeF13i9dex+ocDuSKDBrTwUelBfJ3vqyJbpMolxS3NmrxHT6OTr\/9saoj3j5\/+92anZjvIdeNtEQRrxAU+HexQcyiIp92uBeFaHNUcByWOYM8tLAouK46zsu0qFXi+s2RTLNPsSjJcyxiSjS46fM9qyzG0QRdI\/5pQqPGuqThQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "collection\/stickers\/*.*",
                "collection\/instr\/*.*",
                "js\/*.*",
                "libs\/*.*",
                "audio\/*"
            ]
        }
    ]
}