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!”。
扩展截图
下载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 |
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 |
电子邮箱 | [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__" } } |