Customize Facebook Style
Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Vad är Customize Facebook Style?
Customize Facebook Style är en Chrome-tillägg utvecklad av https://pbion.com, och dess huvudfunktion är "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".
Tilläggsskärmbilder
Ladda ner Customize Facebook Style-förlängningens CRX-fil
Ladda ner Customize Facebook Style-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
This tool supports changing colors and background images of Facebook.
The demo interface is available.
Version 2.0.5: Highlight icons Grundläggande Information om Tillägg
| Namn | |
| ID | mjfipghbahcmkabjkeflpcickedokppl |
| Officiell webbadress | https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl |
| Beskrivning | Create an interesting experience and show your personal style by customizing Facebook color and background photo. |
| Filstorlek | 1.04 MB |
| Antal Installationer | 829 |
| Aktuell Version | 2.0.5 |
| Senast Uppdaterad | 2019-05-07 |
| Publiceringsdatum | 2019-05-07 |
| Betyg | 4.41/5 Totalt 51 Betyg |
| Utvecklare | https://pbion.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://fbion.com |
| URL till Sekretesspolicy Sidan | https://pbion.com/privacy-policy.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/analytics.js",
"js\/jquery.js",
"js\/demo.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/*.facebook.com\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Create an interesting experience and show your personal style by customizing Facebook color and background photo.",
"icons": {
"128": "logo128.png",
"16": "logo16.png",
"48": "logo48.png",
"64": "logo64.png"
},
"manifest_version": 2,
"name": "Customize Facebook Style",
"permissions": [
"https:\/\/*.facebook.com\/*",
"https:\/\/*.fbion.com\/*",
"tabs",
"storage"
],
"short_name": "Customize Facebook Style",
"version": "2.0.5",
"version_name": "2.0.5"
} | |