Unsticker Me

Hide Facebook sticker comments

Cos'è Unsticker Me?

Unsticker Me è un'estensione di Chrome sviluppata da Rodney Folz, e la sua funzione principale è "Hide Facebook sticker comments".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unsticker Me

Scarica i file di estensione Unsticker Me 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

                        Hide the new Facebook sticker comments.                    

Informazioni di Base sull'Estensione

Nome Unsticker Me Unsticker Me
ID ifnoolaikkmkoajopfdbnenajmekdhia
URL Ufficiale https://chromewebstore.google.com/detail/unsticker-me/ifnoolaikkmkoajopfdbnenajmekdhia
Descrizione Hide Facebook sticker comments
Dimensione del File 22.92 KB
Conteggio Installazioni 464
Versione Corrente 1.0
Ultimo Aggiornamento 2014-10-14
Data di Pubblicazione 2014-10-13
Valutazione 4.00/5 Totale 24 Valutazioni
Sviluppatore Rodney Folz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/facebook.com\/*",
                "http:\/\/*.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                "styles\/contentstyles.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}