CPRemastered Flash Enabler

Allows CPRMastered to automatically run Flash Player

CPRemastered Flash Enabler là gì?

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

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng CPRemastered 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 CPRemastered.com 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 CPRemastered Flash Enabler CPRemastered Flash Enabler
ID nbjhiamjcdkhjjahklhjjddigcbalkll
URL Chính Thức https://chrome.google.com/webstore/detail/cpremastered-flash-enable/nbjhiamjcdkhjjahklhjjddigcbalkll
Mô tả Allows CPRMastered to automatically run Flash Player
Kích Thước Tệp 16.26 KB
Số Lần Cài Đặt 623
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2020-04-02
Ngày Phát Hành 2020-04-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://cpremastered.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CPRemastered Flash Enabler",
    "version": "0.4",
    "description": "Allows CPRMastered to automatically run Flash Player",
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "32": "toolbar_icon32.png"
        }
    },
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}