魂签

自动签到

What is 魂签?

魂签 is a Chrome extension developed by inu1255, and its main feature is "自动签到".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 魂签 Extension CRX File

Download 魂签 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        自动签到,每天只要打开浏览器就可以自动签到,
不用填写账号密码,
不用手动抓取cookie,
只需要 添加脚本+登录账号

20190428: 1.1.1
支持域名模糊匹配, *.baidu.com 将匹配 xxoo.baidu.com 或 www.baidu.com 但不能匹配 baidu.com

20190325 1.0.9 更新
添加外部js支持,脚本可以获取指定网站的cookie

20190325 1.0.9 更新
添加origin header支持

20190215 1.0.8 更新
点击不在线通知,直接跳转登录地址

20190214 1.0.7 更新
修复chrome 72 默认不允许修改Referer,导致一些脚本不能用的问题

20190108 1.0.6 更新
修复脚本多domain设置,提示domain错误的bug

20181216  1.0.5 更新
- 优化popup打开速度
- 修复脚本长时间不退出,导致整个程序死锁的bug
20181207  1.0.4 更新
1. 支持用户填写参数,用于用户填写账号密码进行自动登录的场景。脚本写法参考 
 https://github.com/inu1255/soulsign-chrome/blob/master/public/demos/m.jd.js
2. 添加领扣中国签到、四川移动大转盘脚本

1.0.3 更新
修复签到开始时间设置无效的bug
添加清除计数功能
添加一些脚本                    

Extension Basic Information

Name 魂签 魂签
ID llbielhggjekmfjikgkcaloghnibafdl
Official URL https://chrome.google.com/webstore/detail/llbielhggjekmfjikgkcaloghnibafdl
Description 自动签到
File Size 817 KB
Installation Count 3,038
Current Version 1.1.2
Last Updated 2019-07-25
Publish Date 2019-07-21
Rating 4.81/5 Total 16 Ratings
Developer inu1255
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9b42\u7b7e",
    "version": "1.1.2",
    "description": "\u81ea\u52a8\u7b7e\u5230",
    "author": "inu1255",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "tabs",
        "cookies",
        "background",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "notifications",
        "identity",
        "identity.email",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_title": "\u9b42\u7b7e",
        "default_icon": "icons\/48.png",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}