Flash Control
Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.
Apa itu Flash Control?
Flash Control adalah ekstensi Chrome yang dikembangkan oleh vleaux.spam, dan fitur utamanya adalah "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Flash Control
Unduh file ekstensi Flash Control 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
Flash control or Flash block firefox extension helps you to block all the Adobe flash player files from any web page you visit. It basically strips the page of other scripts like Javascript as well. All you need to do enter the webpage in the search box and hit enter. The resultant webpage will be devoid of all the flash content. Happy Flashless websurfing! Note: Add-on is just redirecting to this website: http://flashcontrol.chromecrxstore.com/ when you enter the desired website url in search box flash will be blocked
Informasi Dasar Ekstensi
Nama | |
ID | eemmadppoglkgbfehkhimpmhnlkobdki |
URL Resmi | https://chrome.google.com/webstore/detail/flash-control/eemmadppoglkgbfehkhimpmhnlkobdki |
Deskripsi | Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit. |
Ukuran File | 56.12 KB |
Jumlah Instalasi | 30,000 |
Versi Saat Ini | 2.2 |
Terakhir Diperbarui | 2019-12-09 |
Tanggal Publikasi | 2019-12-09 |
Penilaian | 2.75/5 Total 4 Penilaian |
Pengembang | vleaux.spam |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://flashcontrol.chromecrxstore.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash Control", "version": "2.2", "description": "Flash control or Flash block chrome extension helps you to block all the Adobe flash player files from any web page you visit.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "http:\/\/flashcontrol.chromecrxstore.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Flash Control" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |