FacebookOldLayout

Công cụ chuyển đổi giao diện facebook mới về giao diện cũ

Wat is FacebookOldLayout?

FacebookOldLayout is een Chrome-extensie ontwikkeld door nuke.vn, en de belangrijkste functie is "Công cụ chuyển đổi giao diện facebook mới về giao diện cũ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FacebookOldLayout

Download FacebookOldLayout-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Công cụ chuyển đổi giao diện facebook mới theo phong cách giao diện facebook cũ                    

Basisinformatie over de Extensie

Naam FacebookOldLayout FacebookOldLayout
ID gnklcijclemdlllfmlonfbaoampbiiee
Officiële URL https://chrome.google.com/webstore/detail/facebookoldlayout/gnklcijclemdlllfmlonfbaoampbiiee
Beschrijving Công cụ chuyển đổi giao diện facebook mới về giao diện cũ
Bestandsgrootte 37.53 KB
Aantal Installaties 435
Huidige Versie 4.1
Laatst Bijgewerkt 2020-10-25
Publicatiedatum 2020-10-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar nuke.vn
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.facebook.com/nukevietpro
Help Pagina-URL https://www.facebook.com/nukevietpro
Ondersteunde Talen vi
manifest.json
{
    "author": "Dang Dinh Tu",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "fixID.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "css": [
                "toolbar.css"
            ],
            "js": [
                "toolbar.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "C\u00f4ng c\u1ee5 chuy\u1ec3n \u0111\u1ed5i giao di\u1ec7n facebook m\u1edbi v\u1ec1 giao di\u1ec7n c\u0169",
    "homepage_url": "https:\/\/www.facebook.com\/nukevietpro",
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "FacebookOldLayout",
    "permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "short_name": "FacebookOld",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1"
}