Aventure Pingouin
Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.
Aventure Pingouin là gì?
Aventure Pingouin là một tiện ích mở rộng Chrome được phát triển bởi https://aventurepingouin.com, và tính năng chính của nó là "Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Aventure Pingouin
Tải xuống các tệp mở rộng Aventure Pingouin 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
Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player. Permet d'exécuter automatiquement le module Flash Player sur le site d'Aventure Pingouin. Autorise Aventure Pingouin à activer automatiquement Flash sur son site web par défaut.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | liamdifbopneimbbpiabnbodkpgcdaic |
URL Chính Thức | https://chromewebstore.google.com/detail/aventure-pingouin/liamdifbopneimbbpiabnbodkpgcdaic |
Mô tả | Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player. |
Kích Thước Tệp | 1.53 MB |
Số Lần Cài Đặt | 453 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2020-03-26 |
Ngày Phát Hành | 2020-03-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://aventurepingouin.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aventure Pingouin", "description": "Autoriser Aventure Pingouin d'ex\u00e9cuter automatiquement Flash Player.", "version": "0.2", "permissions": [ "http:\/\/aventurepingouin.com\/*", "https:\/\/aventurepingouin.com\/*", "contentSettings" ], "browser_action": { "default_icon": "img\/icon.png" }, "icons": { "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |