Forumactif account switch
This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.
Forumactif account switch là gì?
Forumactif account switch là một tiện ích mở rộng Chrome được phát triển bởi https://forums-rpg.fr, và tính năng chính của nó là "This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Forumactif account switch
Tải xuống các tệp mở rộng Forumactif account switch 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
This extension was build to allow all forumactif users to switch between their accounts in one mouse click, making the whole process easier and quicker. Users need to log at least once into each account to register them. This extension only works on forumactif domains such as forumactif.fr, forumactif.com, etc. User passwords are NOT stored. Easy and quick : Tired of switching between your multiple forumactif accounts ? Activate this extension with just one click and your browser will remember and display your accounts for quick and easy login. No more hassle! Smart and safe : With a clean, barely noticeable design, you'll only see it when you need it. It blends in perfectly with most forumactif websites. It does not store any confidential information, and especially not your password! Only your nicknames, avatars and userids are stored in your browser local storage. It just works : This extension works with most forumactif forums, including those with custom domain names. There is not accounts limitation, no requirements other than logging into each account at least once. Have fun !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | efmhebamamhaenolcbeiopjlkipfbgfe |
URL Chính Thức | https://chromewebstore.google.com/detail/forumactif-account-switch/efmhebamamhaenolcbeiopjlkipfbgfe |
Mô tả | This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account. |
Kích Thước Tệp | 397 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2021-05-13 |
Ngày Phát Hành | 2021-04-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://forums-rpg.fr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.forums-rpg.fr/ |
URL Trang Chính Sách Bảo Mật | https://www.forums-rpg.fr/privacy |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forumactif account switch", "description": "This extension was build to allow forumactif users to switch between accounts. You need to log at least once into each account.", "version": "1.8", "browser_action": { "default_icon": "icons\/128_nb.png", "icons": { "16": "icons\/16_nb.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "*.js", "*.css" ], "permissions": [ "activeTab", "storage" ], "optional_permissions": [ "https:\/\/*\/" ] } |