Me Enviñuela
Cambia Me Divierte por Me Enviñuela
Me Enviñuelaとは何ですか?
Me Enviñuelaはedadesによって開発されたChromeの拡張機能で、その主な機能は「Cambia Me Divierte por Me Enviñuela」です。
拡張機能のスクリーンショット
Me Enviñuela拡張機能のCRXファイルをダウンロード
Me Enviñuela拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
En facebook web cambia 'Me Divierte' por 'Me Enviñuela'. En alusión al risueño josé miguel viñuela :)
Ahora con sonido xd 拡張機能の基本情報
| 名前 | |
| ID | bcipefcbdcfbcghcmkcjbajnlplhbnhi |
| 公式URL | https://chromewebstore.google.com/detail/me-envi%C3%B1uela/bcipefcbdcfbcghcmkcjbajnlplhbnhi |
| 説明 | Cambia Me Divierte por Me Enviñuela |
| ファイルサイズ | 72.01 KB |
| インストール数 | 33 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2017-03-15 |
| 公開日 | 2017-03-15 |
| 評価 | 4.86/5 合計 21 レビュー |
| 開発者 | edades |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Me Envi\u00f1uela",
"version": "0.2.0",
"description": "Cambia Me Divierte por Me Envi\u00f1uela",
"icons": {
"200": "icon200.png",
"128": "icon128.png",
"19": "icon19.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/www.facebook.com\/*"
]
}
]
} | |