Facebook phiên bản cũ

Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)

Was ist Facebook phiên bản cũ?

Facebook phiên bản cũ ist eine Chrome-Erweiterung, die von http://tinbanxe.vn entwickelt wurde, und ihr Hauptmerkmal ist "Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)".

Erweiterungsscreenshots

screenshot

Facebook phiên bản cũ-Erweiterungs-CRX-Datei herunterladen

Laden Sie Facebook phiên bản cũ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019).
Convert new version facebook to old version                    

Grundlegende Informationen zur Erweiterung

Name Facebook phiên bản cũ Facebook phiên bản cũ
ID gepddlpddkgjhkhecpmalhccldkcoanc
Offizielle URL https://chrome.google.com/webstore/detail/facebook-phi%C3%AAn-b%E1%BA%A3n-c%C5%A9/gepddlpddkgjhkhecpmalhccldkcoanc
Beschreibung Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)
Dateigröße 34.15 KB
Installationsanzahl 522
Aktuelle Version 3.0
Letztes Update 2020-10-14
Veröffentlichungsdatum 2020-10-14
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler http://tinbanxe.vn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vndes.net
Hilfeseite URL https://vndes.net/contact
Unterstützte Sprachen vi
manifest.json
{
    "author": "VNDES",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "19": "icon-19.png",
            "32": "icon-32.png",
            "38": "icon-38.png",
            "48": "icon-48.png"
        },
        "default_popup": ".\/options.html",
        "default_title": "Facebook phi\u00ean b\u1ea3n c\u0169"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "H\u1ed7 tr\u1ee3 thay \u0111\u1ed5i giao di\u1ec7n facebook phi\u00ean b\u1ea3n c\u0169 ( t\u1eeb 2019)",
    "homepage_url": "https:\/\/tinbanxe.vn",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Facebook phi\u00ean b\u1ea3n c\u0169",
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0"
}