UnlikeForever

Removes the ability to like things on facebook.

Co je UnlikeForever?

UnlikeForever je rozšíření Chrome vyvinuté uduran12, a jeho hlavní funkcí je „Removes the ability to like things on facebook.“.

Stáhnout soubor CRX rozšíření UnlikeForever

Stáhněte si soubory rozšíření UnlikeForever 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í

                        Removes the like button from facebook on Chrome. 

If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!                    

Základní Informace o Rozšíření

Název UnlikeForever UnlikeForever
ID oaglhgabcjieipchhchjpgbhfnekmmki
Oficiální URL https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki
Popis Removes the ability to like things on facebook.
Velikost souboru 5.52 KB
Počet instalací 43
Aktuální Verze 1.1
Poslední Aktualizace 2017-10-30
Datum Vydání 2017-10-30
Vývojář uduran12
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UnlikeForever",
    "version": "1.1",
    "description": "Removes the ability to like things on facebook.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ]
}