Punto Fape - Fitness, nutrición y bienestar
Consejos y artículos sobre fitness, planes de entrenamiento, moda masculina, salud, nutrición, deporte, ocio y bienestar para todos.
Punto Fape - Fitness, nutrición y bienestarとは何ですか?
Punto Fape - Fitness, nutrición y bienestarはhttps://www.puntofape.comによって開発されたChromeの拡張機能で、その主な機能は「Consejos y artículos sobre fitness, planes de entrenamiento, moda masculina, salud, nutrición, deporte, ocio y bienestar para todos.」です。
拡張機能のスクリーンショット
Punto Fape - Fitness, nutrición y bienestar拡張機能のCRXファイルをダウンロード
Punto Fape - Fitness, nutrición y bienestar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Punto Fape es un blog multiautor dedicado al estilo de vida saludable, con consejos y novedades sobre nutrición, deportes, fitness y salud. Está particularmente dirigido al hombre actual con todo lo último en cuidado personal, estilo y una sección especial orientada a los amantes del fisicoculturismo. 拡張機能の基本情報
| 名前 | |
| ID | fbiocedileglphogcepcnfbakcfhkjeb |
| 公式URL | https://chromewebstore.google.com/detail/punto-fape-fitness-nutric/fbiocedileglphogcepcnfbakcfhkjeb |
| 説明 | Consejos y artículos sobre fitness, planes de entrenamiento, moda masculina, salud, nutrición, deporte, ocio y bienestar para todos. |
| ファイルサイズ | 19.58 KB |
| インストール数 | 56 |
| 現在のバージョン | 1 |
| 最終更新日 | 2019-04-02 |
| 公開日 | 2019-04-02 |
| 開発者 | https://www.puntofape.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.puntofape.com |
| 対応言語 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Punto Fape - Fitness, nutrici\u00f3n y bienestar",
"short_name": "Punto Fape",
"description": "Consejos y art\u00edculos sobre fitness, planes de entrenamiento, moda masculina, salud, nutrici\u00f3n, deporte, ocio y bienestar para todos.",
"version": "1",
"browser_action": {
"default_title": "Punto Fape - Fitness, nutrici\u00f3n bienestar",
"default_icon": "icon128.png",
"default_popup": ""
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
}
} | |