ASZreakcje
ASZreakcje
ASZreakcjeとは何ですか?
ASZreakcjeはBartlomiej Gasiorによって開発されたChromeの拡張機能で、その主な機能は「ASZreakcje」です。
拡張機能のスクリーンショット
ASZreakcje拡張機能のCRXファイルをダウンロード
ASZreakcje拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
EN:
This extension replaces default facebook "reactions" images with Polish political parties.
Important note: Only you, and other people with this extension will see those reactions.
This app is made for fun purposes only!
PL:
Ten dodatek zamienia standardowe "reakcje" facebooka na polskie partie polityczne.
Ważna informacja: Tylko ty, i inni ludzie posiadający ten dodatek będą widzieli nowe "reakcje".
Ta aplikacja jest stworzona w celu rozrywkowym :) 拡張機能の基本情報
| 名前 | |
| ID | jhomeefaclimneefmpijmolekmejhjfe |
| 公式URL | https://chromewebstore.google.com/detail/aszreakcje/jhomeefaclimneefmpijmolekmejhjfe |
| 説明 | ASZreakcje |
| ファイルサイズ | 26.35 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2016-02-27 |
| 公開日 | 2016-02-27 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Bartlomiej Gasior |
| 支払い方法 | free |
| 対応言語 | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ASZreakcje",
"description": "ASZreakcje",
"version": "1.0.1",
"icons": {
"48": "logo.png"
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"background.png"
],
"content_scripts": [
{
"css": [
"background.css"
],
"matches": [
"http:\/\/*.facebook.com\/*",
"https:\/\/*.facebook.com\/*"
]
}
]
} | |