Stickers Packer

Pack your favorite LINE stickers, animated stickers, emojis and themes in ZIPs!

Stickers Packerとは何ですか?

Stickers Packerはhttps://blog.brownsugar.twによって開発されたChromeの拡張機能で、その主な機能は「Pack your favorite LINE stickers, animated stickers, emojis and themes in ZIPs!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Stickers Packer拡張機能のCRXファイルをダウンロード

Stickers Packer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ⭐️⭐️⭐️⭐️⭐️ If you enjoy this extension, please give us a 5 star rating!
🔥 2021/09/09 NEW Feature: You can now download the brand new Animated Emojis!

If you have any question or suggestion, please contact my Facebook page or leave it to the Web Store's 'SUPPORT' section, thank you.
▶ Home: https://lsp.brownsugar.work
▶ Tutorial: https://blog.brownsugar.tw/line-stk-pack/
▶ Facebook: https://www.facebook.com/Lay.Blog

✔️ Support LINE STORE, Yabe-LINE, GBear websites.
✔️ Download in just one click!
✔️ Static and animated stickers!
✔️ Clean custom stickers! 🆕
✔️ Clean message stickers! 🆕
✔️ Download all with voice, pop-up sticker packs!
✔️ Download the cute Emojis!
✔️ Download the brand new Animated Emojis! 🆕
✔️ Download all beautiful themes!
✔️ Wanna more features? Submit your suggestions!                    

拡張機能の基本情報

名前 Stickers Packer Stickers Packer
ID bngfikljchleddkelnfgohdfcobkggin
公式URL https://chromewebstore.google.com/detail/stickers-packer/bngfikljchleddkelnfgohdfcobkggin
説明 Pack your favorite LINE stickers, animated stickers, emojis and themes in ZIPs!
ファイルサイズ 1.48 MB
インストール数 37,938
現在のバージョン 1.6.3
最終更新日 2023-06-09
公開日 2019-04-19
評価 4.71/5 合計 157 レビュー
開発者 https://blog.brownsugar.tw
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://lsp.brownsugar.work
ヘルプページのURL https://blog.brownsugar.tw/line-stk-pack/
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "1.6.3",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/lsp.brownsugar.work",
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/unpkg.com; object-src 'self'",
    "web_accessible_resources": [
        "options.html",
        "vendor\/fontawesome\/*",
        "assets\/img\/*"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "assets\/img\/logo-128.png",
        "32": "assets\/img\/logo-32.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/sites.js",
            "assets\/js\/global.js",
            "assets\/js\/mp.js",
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/css\/content.css",
                "assets\/css\/sites.css"
            ],
            "js": [
                "vendor\/jquery\/jquery.min.js",
                "assets\/js\/sites.js",
                "assets\/js\/global.js",
                "assets\/js\/messages.js",
                "vendor\/JavaScript-MD5\/md5.min.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "assets\/img\/logo-32.png",
        "default_title": "__MSG_pageActionTitle__"
    }
}