Facepad for Facebook™
Looks, acts & feels like you're using Facebook on your iPhone.
What is Facepad for Facebook™?
Facepad for Facebook™ is a Chrome extension developed by https://www.mixesoft.com, and its main feature is "Looks, acts & feels like you're using Facebook on your iPhone.".
Extension Screenshots
Download Facepad for Facebook™ Extension CRX File
Download Facepad for Facebook™ 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
Looks, acts & feels like you're using Facebook on your iPhone™ or Android™.
Main features:
1-click to open Facebook™ for touch devices in a popup window.
Hide login popups that appears on Facebook™.
No memory and CPU consumption when inactive.
It's Safe and Free, No Advanced Permissions!
Enjoy! Extension Basic Information
| Name | |
| ID | cgaknhmchnjaphondjciheacngggiclo |
| Official URL | https://chromewebstore.google.com/detail/facepad-for-facebook/cgaknhmchnjaphondjciheacngggiclo |
| Description | Looks, acts & feels like you're using Facebook on your iPhone. |
| File Size | 20.46 KB |
| Installation Count | 7,582 |
| Current Version | 5.0 |
| Last Updated | 2021-01-10 |
| Publish Date | 2020-03-01 |
| Rating | 4.75/5 Total 516 Ratings |
| Developer | https://www.mixesoft.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.mixesoft.com/facepad/webopt.html |
| Help Page URL | https://www.mixesoft.com/ |
| Privacy Policy Page URL | https://www.mixesoft.com/privacy.html |
| Supported Languages | en |
| manifest.json | |
{
"background": {
"scripts": [
"js\/bg.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "img\/19.png",
"default_popup": "menu.html",
"default_title": "__MSG_extName__"
},
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
"128": "img\/128.png",
"16": "img\/19.png",
"32": "img\/32.png",
"48": "img\/48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "72.0",
"name": "__MSG_extName__",
"options_page": "opt.html",
"permissions": [
"activeTab"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "5.0"
} | |