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 |
| 官方網址 | 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\/*"
]
}
]
} | |