Roblox Friend Removal Button

Useful for removing friends with ease.

Cos'è Roblox Friend Removal Button?

Roblox Friend Removal Button è un'estensione di Chrome sviluppata da 1.#inf, e la sua funzione principale è "Useful for removing friends with ease.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roblox Friend Removal Button

Scarica i file di estensione Roblox Friend Removal Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds a red-crossed button to each friend card. Allowing the ability to easily dispose of friends. This only applies to the friends list.                    

Informazioni di Base sull'Estensione

Nome Roblox Friend Removal Button Roblox Friend Removal Button
ID jgllchbkhjeiaombmpkapalbmpolmelp
URL Ufficiale https://chromewebstore.google.com/detail/roblox-friend-removal-but/jgllchbkhjeiaombmpkapalbmpolmelp
Descrizione Useful for removing friends with ease.
Dimensione del File 23.61 KB
Conteggio Installazioni 432,055
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-05-10
Data di Pubblicazione 2020-01-29
Valutazione 4.26/5 Totale 816 Valutazioni
Sviluppatore 1.#inf
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}