Switch layout for Facebook
Attempt to Revert Facebook to the Switch layout
Wat is Switch layout for Facebook?
Switch layout for Facebook is een Chrome-extensie ontwikkeld door ajaypawaan1, en de belangrijkste functie is "Attempt to Revert Facebook to the Switch layout".
Extensie Screenshots
Download het CRX-bestand van de extensie Switch layout for Facebook
Download Switch layout for Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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?
Basisinformatie over de Extensie
Naam | |
ID | nnefkcimecphchcddfchkcpeneibkhkm |
Officiële URL | https://chrome.google.com/webstore/detail/switch-layout-for-faceboo/nnefkcimecphchcddfchkcpeneibkhkm |
Beschrijving | Attempt to Revert Facebook to the Switch layout |
Bestandsgrootte | 234 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-08-09 |
Publicatiedatum | 2021-08-09 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ajaypawaan1 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |