Genius Disconnector
Remove inactive and deactivated friends from FB
Co je Genius Disconnector?
Genius Disconnector je rozšíření Chrome vyvinuté edakehurst, a jeho hlavní funkcí je „Remove inactive and deactivated friends from FB“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Genius Disconnector
Stáhněte si soubory rozšíření Genius Disconnector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Genius Disconnector |
ID | efnhameebhmajhmadlgcpipoeeaejccb |
Oficiální URL | https://chromewebstore.google.com/detail/genius-disconnector/efnhameebhmajhmadlgcpipoeeaejccb |
Popis | Remove inactive and deactivated friends from FB |
Velikost souboru | 1.56 MB |
Počet instalací | 1,034 |
Aktuální Verze | 2.0.39 |
Poslední Aktualizace | 2023-12-24 |
Datum Vydání | 2021-09-19 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | edakehurst |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://edakehurst.kartra.com/page/GeniusDisconnector |
URL Stránky Nápovědy | https://edakehurst.kartra.com/help/HelpDesk |
URL Stránky Zásad Ochrany Soukromí | https://geniusposts.io/privacy-policy.html |
Podporované Jazyky | 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" } |