Switch layout for Facebook
Attempt to Revert Facebook to the Switch layout
Qu'est-ce que Switch layout for Facebook ?
Switch layout for Facebook est une extension Chrome développée par ajaypawaan1, et sa fonction principale est "Attempt to Revert Facebook to the Switch layout".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Switch layout for Facebook
Téléchargez les fichiers d'extension Switch layout for Facebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Don't you like new Facebook design? Use this extension which will automatically switch to the Classic design! Don't like the new Facebook design? Facebook doesn't allow you to use old version? You want to use old layout of Facebook?
Informations de Base sur l'Extension
Nom | |
ID | nnefkcimecphchcddfchkcpeneibkhkm |
URL Officiel | https://chrome.google.com/webstore/detail/switch-layout-for-faceboo/nnefkcimecphchcddfchkcpeneibkhkm |
Description | Attempt to Revert Facebook to the Switch layout |
Taille du Fichier | 234 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-08-09 |
Date de Publication | 2021-08-09 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | ajaypawaan1 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Attempt to Revert Facebook to the Switch layout", "manifest_version": 2, "name": "Switch layout for Facebook", "author": "Nam Sokciu", "version": "1.0", "homepage_url": "http:\/\/facebook.com", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "permissions": [ "*:\/\/*.facebook.com\/*", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "purify.js", "content.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "browser_action": { "default_icon": { "16": "16.png", "19": "19.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png", "512": "512.png" }, "default_title": "Switch layout for Facebook", "default_popup": "options.html" } } |