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\/*"
]
}
]
} | |