ShareAccount
Share your current account with others without revealing your password, securely.
什麼是ShareAccount?
ShareAccount是由https://nicosantangelo.com開發的Chrome擴展程式,該擴展的主要功能是“Share your current account with others without revealing your password, securely.”。
擴展截圖
下載ShareAccount擴展crx文件
下載ShareAccount擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ever wanted to share an account, maybe Netflix or maybe something at work but couldn't find a good way to do it? If so, give ShareSafe a try! it's a safe way to share your session without giving out anything else in the process **Use** 1. Ask the recipient for their code (found on the extension menu RECEIVE ACCOUNT) 2. Go to the site from where you want to share the account and click the extension icon. 3. Press SHARE ACCOUNT and enter the code with an optional timeout. 4. Press SHARE and copy the result. 5. Who only has to add it in the textbox of the RECEIVE ACCOUNT and press RECEIVE. 🎩 Voilà More info at https://shareaccount.nicosantangelo.com/ You can find the code on https://github.com/NicoSantangelo/shareaccount
擴展基本資訊
名稱 | ShareAccount |
ID | glifngepkcmfolnojchcfiinmjgeablm |
官方網址 | https://chromewebstore.google.com/detail/shareaccount/glifngepkcmfolnojchcfiinmjgeablm |
簡介 | Share your current account with others without revealing your password, securely. |
檔案大小 | 72.56 KB |
安裝次數 | 26,903 |
目前版本 | 1.2.1 |
更新時間 | 2020-10-27 |
上架時間 | 2017-10-14 |
評分 | 4.15/5 共 39 次評分 |
開發者 | https://nicosantangelo.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://shareaccount.nicosantangelo.com/ |
說明頁面URL | https://github.com/NicoSantangelo/shareaccount |
隱私政策頁面URL | https://github.com/nicosantangelo/portfolio/blob/master/PRIVACY.md |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShareAccount", "description": "Share your current account with others without revealing your password, securely.", "short_name": "ShareAccount", "version": "1.2.1", "icons": { "18": "icons\/18.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/19.png", "default_popup": "popup\/index.html" }, "permissions": [ "tabs", "storage", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "default-src 'self' https:\/\/privatebin.net; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; img-src 'self' https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net data:" } |