Facebook phiên bản cũ
Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)
Vad är Facebook phiên bản cũ?
Facebook phiên bản cũ är en Chrome-tillägg utvecklad av http://tinbanxe.vn, och dess huvudfunktion är "Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019)".
Tilläggsskärmbilder
Ladda ner Facebook phiên bản cũ-förlängningens CRX-fil
Ladda ner Facebook phiên bản cũ-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019). Convert new version facebook to old version
Grundläggande Information om Tillägg
Namn | |
ID | gepddlpddkgjhkhecpmalhccldkcoanc |
Officiell webbadress | https://chrome.google.com/webstore/detail/facebook-phi%C3%AAn-b%E1%BA%A3n-c%C5%A9/gepddlpddkgjhkhecpmalhccldkcoanc |
Beskrivning | Hỗ trợ thay đổi giao diện facebook phiên bản cũ ( từ 2019) |
Filstorlek | 34.15 KB |
Antal Installationer | 522 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2020-10-14 |
Publiceringsdatum | 2020-10-14 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://tinbanxe.vn |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://vndes.net |
Hjälpsida URL | https://vndes.net/contact |
Stödda Språk | 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" } |