Roblox Friend Removal Button
Useful for removing friends with ease.
Co to jest Roblox Friend Removal Button?
Roblox Friend Removal Button to rozszerzenie Chrome opracowane przez 1.#inf, a jego główną funkcją jest „Useful for removing friends with ease.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Roblox Friend Removal Button
Pobierz pliki rozszerzeń Roblox Friend Removal Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds a red-crossed button to each friend card. Allowing the ability to easily dispose of friends. This only applies to the friends list. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jgllchbkhjeiaombmpkapalbmpolmelp |
| Oficjalny URL | https://chromewebstore.google.com/detail/roblox-friend-removal-but/jgllchbkhjeiaombmpkapalbmpolmelp |
| Opis | Useful for removing friends with ease. |
| Rozmiar pliku | 23.61 KB |
| Liczba instalacji | 432,055 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2023-05-10 |
| Data Publikacji | 2020-01-29 |
| Ocena | 4.26/5 Łącznie 816 Oceny |
| Deweloper | 1.#inf |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |