ASZreakcje

ASZreakcje

ASZreakcje là gì?

ASZreakcje là một tiện ích mở rộng Chrome được phát triển bởi Bartlomiej Gasior, và tính năng chính của nó là "ASZreakcje".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ASZreakcje

Tải xuống các tệp mở rộng ASZreakcje dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ASZreakcje ASZreakcje
ID jhomeefaclimneefmpijmolekmejhjfe
URL Chính Thức https://chromewebstore.google.com/detail/aszreakcje/jhomeefaclimneefmpijmolekmejhjfe
Mô tả ASZreakcje
Kích Thước Tệp 26.35 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-02-27
Ngày Phát Hành 2016-02-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Bartlomiej Gasior
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}