Facepunch Fixer

Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…

Facepunch Fixer là gì?

Facepunch Fixer là một tiện ích mở rộng Chrome được phát triển bởi Laharl, và tính năng chính của nó là "Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Facepunch Fixer 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

                        Every piece of functionality is now an option that can be enabled/disabled from the options page.

Media in quoted posts that was embedded in the original post will now be embedded in the quote.  There is more than likely an error with this somewhere, but I haven't found any yet.  Can definitely cause some weird formatting.  Works (usually) for:  tags, 

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

Tên Facepunch Fixer Facepunch Fixer
ID bpfmgikmjbhelahhkefalkabjhoddped
URL Chính Thức https://chrome.google.com/webstore/detail/facepunch-fixer/bpfmgikmjbhelahhkefalkabjhoddped
Mô tả Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…
Kích Thước Tệp 35.25 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2018-03-24
Ngày Phát Hành 2018-03-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Laharl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://forum.facepunch.com/f/meta/bskxx/1/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Facepunch Fixer",
    "options_page": "options.html",
    "version": "1.4.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/forum.facepunch.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/forum.facepunch.com\/"
    ]
}