Aventure Pingouin
Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player.
Aventure Pingouinคืออะไร?
Aventure Pingouin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aventurepingouin.com และคุณลักษณะหลักของมันคือ "Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aventure Pingouin
ดาวน์โหลดไฟล์ส่วนขยาย Aventure Pingouin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | liamdifbopneimbbpiabnbodkpgcdaic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aventure-pingouin/liamdifbopneimbbpiabnbodkpgcdaic |
คำอธิบาย | Autoriser Aventure Pingouin d'exécuter automatiquement Flash Player. |
ขนาดไฟล์ | 1.53 MB |
จำนวนการติดตั้ง | 453 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2020-03-26 |
วันที่เผยแพร่ | 2020-03-26 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://aventurepingouin.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } } |