Genius Disconnector
Remove inactive and deactivated friends from FB
Genius Disconnectorとは何ですか?
Genius Disconnectorはedakehurstによって開発されたChromeの拡張機能で、その主な機能は「Remove inactive and deactivated friends from FB」です。
拡張機能のスクリーンショット
Genius Disconnector拡張機能のCRXファイルをダウンロード
Genius Disconnector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Evaluate engagement of your Friends and be able to easily remove people who are not engaging with your posts. You can also whitelist ones you never want to accidently delete.
拡張機能の基本情報
名前 | Genius Disconnector |
ID | efnhameebhmajhmadlgcpipoeeaejccb |
公式URL | https://chromewebstore.google.com/detail/genius-disconnector/efnhameebhmajhmadlgcpipoeeaejccb |
説明 | Remove inactive and deactivated friends from FB |
ファイルサイズ | 1.56 MB |
インストール数 | 1,034 |
現在のバージョン | 2.0.39 |
最終更新日 | 2023-12-24 |
公開日 | 2021-09-19 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | edakehurst |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://edakehurst.kartra.com/page/GeniusDisconnector |
ヘルプページのURL | https://edakehurst.kartra.com/help/HelpDesk |
プライバシーポリシーページのURL | https://geniusposts.io/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Genius Disconnector", "description": "Remove inactive and deactivated friends from FB", "version": "2.0.39", "icons": { "16": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856191-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856251-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-Genius_Disconnector-1625571856296-large_icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "css": [], "js": [ "content.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_title": "Genius Disconnector" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" }, "host_permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/api.frienddisconnector.com\/*", "https:\/\/*.amazonaws.com\/*", "*:\/\/*.frienddisconnector.com\/*" ], "permissions": [ "alarms", "storage", "unlimitedStorage" ], "web_accessible_resources": [ { "resources": [ "*.css", "*.html", "*.js", "*.map", "*.png", "*.svg" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "short_name": "GD" } |