Facebook phiên bản cũ

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

ما هو Facebook phiên bản cũ؟

Facebook phiên bản cũ هو إضافة Chrome تم تطويرها بواسطة http://tinbanxe.vn، والميزة الرئيسية لها هي "Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Facebook phiên bản cũ

قم بتنزيل ملفات الامتداد Facebook phiên bản cũ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Facebook phiên bản cũ Facebook phiên bản cũ
ID gepddlpddkgjhkhecpmalhccldkcoanc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/facebook-phi%C3%AAn-b%E1%BA%A3n-c%C5%A9/gepddlpddkgjhkhecpmalhccldkcoanc
الوصف Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)
حجم الملف 34.15 KB
عدد التثبيتات 522
النسخة الحالية 3.0
آخر تحديث 2020-10-14
تاريخ النشر 2020-10-14
تقييم 1.00/5 مجموع تقييمات 1
المطور http://tinbanxe.vn
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://vndes.net
عنوان صفحة المساعدة https://vndes.net/contact
اللغات المدعومة 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"
}