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ũ是由http://tinbanxe.vn开发的Chrome扩展程序,该扩展的主要功能是“Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)”。
扩展截图
下载Facebook phiên bản cũ扩展crx文件
下载Facebook phiên bản cũ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019). Convert new version facebook to old version
扩展基本信息
名称 | |
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 |
帮助页面URL | 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" } |