Flippr Flash Enabler

Allows Flippr to automatically run Flash Player

Flippr Flash Enabler là gì?

Flippr Flash Enabler là một tiện ích mở rộng Chrome được phát triển bởi http://flippr.network, và tính năng chính của nó là "Allows Flippr to automatically run Flash Player".

Ả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 Flippr Flash Enabler

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

                        This auto enables flash for Flippr.network. This will be deprecated in the future when we switch to HTML5.                    

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

Tên Flippr Flash Enabler Flippr Flash Enabler
ID ffanchcjbhcfdbinfikgiifjhamojmdc
URL Chính Thức https://chrome.google.com/webstore/detail/flippr-flash-enabler/ffanchcjbhcfdbinfikgiifjhamojmdc
Mô tả Allows Flippr to automatically run Flash Player
Kích Thước Tệp 24.07 KB
Số Lần Cài Đặt 1,876
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2020-07-04
Ngày Phát Hành 2020-07-04
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://flippr.network
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://flippr.network
URL Trang Trợ Giúp https://discord.gg/Dtnrgea
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flippr Flash Enabler",
    "version": "0.4.1",
    "description": "Allows Flippr to automatically run Flash Player",
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "32": "32.png"
        }
    },
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "192": "192.png"
    },
    "short_name": "FFE",
    "manifest_version": 2
}