PrivacyScreen
Hide HTML Body while mouse not hovering over window
Apa itu PrivacyScreen?
PrivacyScreen adalah ekstensi Chrome yang dikembangkan oleh https://wpooley.com, dan fitur utamanya adalah "Hide HTML Body while mouse not hovering over window".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PrivacyScreen
Unduh file ekstensi PrivacyScreen 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
Privacy Screen is a Chrome Extension that hides HTML Body while mouse not hovering over window. Under the configuration, you will be able to choose the mode in which the extension operates (blacklist/whitelist) With blacklist mode, site you enter to the blacklist will be hidden when your mouse is not over the window. In whitelist mode is the opposite of blacklist, and will apply the privacy screen to all sites, except the ones entered into the whitelist.
Informasi Dasar Ekstensi
Nama | PrivacyScreen |
ID | bndclkkabaajpgnfimggpjkjbocchjco |
URL Resmi | https://chromewebstore.google.com/detail/privacyscreen/bndclkkabaajpgnfimggpjkjbocchjco |
Deskripsi | Hide HTML Body while mouse not hovering over window |
Ukuran File | 38.07 KB |
Jumlah Instalasi | 521 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-05-02 |
Tanggal Publikasi | 2018-05-02 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://wpooley.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PrivacyScreen", "description": "Hide HTML Body while mouse not hovering over window", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ " |