Accepte Flash player pour Habbo-Alpha
Autorise automatiquement Flash Player à s'exécuter plutôt que de demander une permission à chaque fois.
Accepte Flash player pour Habbo-Alphaคืออะไร?
Accepte Flash player pour Habbo-Alpha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://habbo-alpha.eu และคุณลักษณะหลักของมันคือ "Autorise automatiquement Flash Player à s'exécuter plutôt que de demander une permission à chaque fois."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accepte Flash player pour Habbo-Alpha
ดาวน์โหลดไฟล์ส่วนขยาย Accepte Flash player pour Habbo-Alpha ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Autorise automatiquement Flash Player à s'exécuter plutôt que de demander une permission à chaque fois.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bndoipbpmlpafjgdjhekcjcbpncpfndf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/accepte-flash-player-pour/bndoipbpmlpafjgdjhekcjcbpncpfndf |
คำอธิบาย | Autorise automatiquement Flash Player à s'exécuter plutôt que de demander une permission à chaque fois. |
ขนาดไฟล์ | 83.13 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-06-15 |
วันที่เผยแพร่ | 2019-06-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://habbo-alpha.eu |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://habbo-alpha.eu |
URL หน้าช่วยเหลือ | https://habbo-alpha.eu/tickets |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accepte Flash player pour Habbo-Alpha", "version": "1.0.1", "description": "Autorise automatiquement Flash Player \u00e0 s'ex\u00e9cuter plut\u00f4t que de demander une permission \u00e0 chaque fois.", "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "icons": { "512": "images\/icon-512x512.png", "384": "images\/icon-384x384.png", "192": "images\/icon-192x192.png", "152": "images\/icon-152x152.png", "144": "images\/icon-144x144.png", "128": "images\/icon-128x128.png", "96": "images\/icon-96x96.png", "72": "images\/icon-72x72.png" }, "browser_action": { "default_icon": "images\/icon-96x96.png" } } |