Facebook phiên bản cũ
Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)
What is Facebook phiên bản cũ?
Facebook phiên bản cũ is a Chrome extension developed by http://tinbanxe.vn, and its main feature is "Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)".
Extension Screenshots
Download Facebook phiên bản cũ Extension CRX File
Download Facebook phiên bản cũ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019). Convert new version facebook to old version
Extension Basic Information
Name | |
ID | gepddlpddkgjhkhecpmalhccldkcoanc |
Official URL | https://chrome.google.com/webstore/detail/facebook-phi%C3%AAn-b%E1%BA%A3n-c%C5%A9/gepddlpddkgjhkhecpmalhccldkcoanc |
Description | Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019) |
File Size | 34.15 KB |
Installation Count | 522 |
Current Version | 3.0 |
Last Updated | 2020-10-14 |
Publish Date | 2020-10-14 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://tinbanxe.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://vndes.net |
Help Page URL | https://vndes.net/contact |
Supported Languages | 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" } |