Ninja Account
Ninja Account helps you being free on the web
什麼是Ninja Account?
Ninja Account是由heyhothatiscool開發的Chrome擴展程式,該擴展的主要功能是“Ninja Account helps you being free on the web”。
擴展截圖
下載Ninja Account擴展crx文件
下載Ninja Account擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ninja Account enables quick, automatic and seamless subscription to various kind of websites. It handles generating various information (firstname, lastname, address...), a password and a temporary email address (to retrieve mails to confirm subscription). Once you have used the application to subscribe to a website, the account is persisted in local storage to enable future logging.
擴展基本資訊
名稱 | Ninja Account |
ID | opejinbmchlfkhelhaeepfnmliphkfic |
官方網址 | https://chromewebstore.google.com/detail/ninja-account/opejinbmchlfkhelhaeepfnmliphkfic |
簡介 | Ninja Account helps you being free on the web |
檔案大小 | 1.21 MB |
安裝次數 | 34 |
目前版本 | 0.0.2 |
更新時間 | 2017-08-25 |
上架時間 | 2017-08-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | heyhothatiscool |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ninja Account", "description": "Ninja Account helps you being free on the web", "version": "0.0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "ninja-content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": "assets\/icon_16x16.png", "default_popup": "ninja.html" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |