Roblox Friend Removal Button
Useful for removing friends with ease.
Vad är Roblox Friend Removal Button?
Roblox Friend Removal Button är en Chrome-tillägg utvecklad av 1.#inf, och dess huvudfunktion är "Useful for removing friends with ease.".
Tilläggsskärmbilder
Ladda ner Roblox Friend Removal Button-förlängningens CRX-fil
Ladda ner Roblox Friend Removal Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds a red-crossed button to each friend card. Allowing the ability to easily dispose of friends. This only applies to the friends list.
Grundläggande Information om Tillägg
Namn | Roblox Friend Removal Button |
ID | jgllchbkhjeiaombmpkapalbmpolmelp |
Officiell webbadress | https://chromewebstore.google.com/detail/roblox-friend-removal-but/jgllchbkhjeiaombmpkapalbmpolmelp |
Beskrivning | Useful for removing friends with ease. |
Filstorlek | 23.61 KB |
Antal Installationer | 432,055 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2023-05-10 |
Publiceringsdatum | 2020-01-29 |
Betyg | 4.26/5 Totalt 816 Betyg |
Utvecklare | 1.#inf |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roblox Friend Removal Button", "description": "Useful for removing friends with ease.", "version": "1.1.0", "content_scripts": [ { "js": [ "\/js\/content.js" ], "matches": [ "*:\/\/*.roblox.com\/*\/friends*" ] } ], "web_accessible_resources": [ "\/js\/FriendDestroyerFramework.js" ], "browser_action": { "default_icon": { "46": "R_46x46.png" }, "default_title": "Friend Removal" }, "icons": { "128": "R_128x128.png" } } |