GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
Apa itu GamePoint Flash Enabler?
GamePoint Flash Enabler adalah ekstensi Chrome yang dikembangkan oleh http://www.gamepoint.com, dan fitur utamanya adalah "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GamePoint Flash Enabler
Unduh file ekstensi GamePoint Flash Enabler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension enables flash for the GamePoint games so you don't have to.
Informasi Dasar Ekstensi
Nama | |
ID | hondlccdejidmimngjiikdpfojbkamlf |
URL Resmi | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
Deskripsi | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
Ukuran File | 701 KB |
Jumlah Instalasi | 50,000 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2020-05-29 |
Tanggal Publikasi | 2020-05-28 |
Penilaian | 2.95/5 Total 41 Penilaian |
Pengembang | http://www.gamepoint.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.gamepoint.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GamePoint Flash Enabler", "short_name": "GamePoint Flash Enabler", "description": "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.", "version": "1.3", "permissions": [ "contentSettings" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "default_title": "GamePoint Flash Enabler" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "incognito": "split", "background": { "scripts": [ "js\/flashenabler.js" ], "persistent": false } } |