Account Cookie Sharing

Based on (cookie/session), you can use this plugin to share your account to other users for temporary login (no password required).

Account Cookie Sharing là gì?

Account Cookie Sharing là một tiện ích mở rộng Chrome được phát triển bởi 9rax.dev, và tính năng chính của nó là "Based on (cookie/session), you can use this plugin to share your account to other users for temporary login (no password required).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Account Cookie Sharing

Tải xuống các tệp mở rộng Account Cookie Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        有号啊-帐号共享登录插件(uhao)是九瑞网(个人开发者)2019年推出的一款Chrome插件,基于cookie技术, 适用于 帐号免密分享给其他用户(如老板分享自己的帐号给员工)、帐号多处登录等场景,基础版在各个插件平台已上线,用户可以免费下载和使用。如果在使用过程中遇到任何问题,可以邮件联系作者也可以在官网提交工单进行反馈。

(uhao) is a Chrome plug-in Developed by 9rax.com (Personal developer from China) in 2019. Based on cookie technology, it is suitable for sharing accounts to other users (such as the boss sharing their own accounts to employees) and many accounts. At the login and other scenarios, the basic version is online on multiple Chromium kernel browser application platforms , and users can download and use it for free. If you have any problems during use, you can contact the author by email or submit a tickets for feedback on the official website.

mail:[email protected]
QQ:2401036
QQ群:539101594

注意:如果打不开插件有可能是由于网络问题无法访问服务端,针对这一问题后期将会推出单独版本,直接通过浏览器生成加密的共享密钥进行分享。
Note: If you can't open the plugin, you may not be able to access the server due to network problems. For this problem, a separate version will be released later, and the encrypted shared key will be generated directly through the browser for sharing.


Update log
2021-03-16
1.去除不需要的权限
2.同站点支持分享多个帐号

2019-09-06
1.修正插件导致部分页面输入框无法聚焦的BUG。
2.调整登录框样式,优化Cookie共享操作交互方式                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Account Cookie Sharing Account Cookie Sharing
ID mjgckomaeghemenlolaedpledfelmfpg
URL Chính Thức https://chrome.google.com/webstore/detail/%E6%9C%89%E5%8F%B7%E5%95%8A-%E5%B8%90%E5%8F%B7%E5%85%8D%E5%AF%86%E5%85%B1%E4%BA%AB%E4%B8%8E%E7%99%BB%E5%BD%95%E6%8F%92%E4%BB%B6/mjgckomaeghemenlolaedpledfelmfpg
Mô tả Based on (cookie/session), you can use this plugin to share your account to other users for temporary login (no password required).
Kích Thước Tệp 377 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-04-04
Ngày Phát Hành 2019-09-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 9rax.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.9rax.com/faq_uhao.html
URL Trang Trợ Giúp https://www.9rax.com/faq_uhao.html
URL Trang Chính Sách Bảo Mật https://www.9rax.com/tos.html
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_crx_sub_name__",
    "version": "1.3",
    "description": "__MSG_crx_description__",
    "homepage_url": "https:\/\/www.9rax.com\/works\/uhao.html",
    "icons": {
        "16": "static\/images\/icon.png",
        "48": "static\/images\/icon.png",
        "128": "static\/images\/icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' ;object-src 'self'",
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": {
            "19": "static\/images\/icon.png",
            "38": "static\/images\/icon.png"
        },
        "default_title": "__MSG_crx_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/jquery.min.js",
                "static\/js\/lulu.min.js",
                "webpack\/content_script.js",
                "webpack\/webpack.chunks.common.js"
            ],
            "css": [
                "static\/css\/ui.css",
                "static\/css\/uhao.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "static\/js\/jquery.min.js",
            "webpack\/background.js",
            "webpack\/webpack.chunks.common.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*",
        "static\/images\/*"
    ]
}