Snow this website
Let It Snow Today
Apa itu Snow this website?
Snow this website adalah ekstensi Chrome yang dikembangkan oleh mastaleru.rafael, dan fitur utamanya adalah "Let It Snow Today".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Snow this website
Unduh file ekstensi Snow this website 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 add to your websites some snowflakes. You have the opportunity to catch them. You have 30 seconds to catch the snowflakes. When a snowflake is caught, another 2 snowflakes will appear on the screen.
Informasi Dasar Ekstensi
Nama | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
URL Resmi | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
Deskripsi | Let It Snow Today |
Ukuran File | 88.58 KB |
Jumlah Instalasi | 654 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2016-12-16 |
Tanggal Publikasi | 2016-12-16 |
Penilaian | 3.50/5 Total 8 Penilaian |
Pengembang | mastaleru.rafael |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://plusprivacy.com/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snow this website", "description": "Let It Snow Today", "version": "0.0.2", "browser_action": { "default_icon": "icons\/icon48.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "scripts\/snow.js", "content.js" ], "css": [ "snow.css" ] } ], "permissions": [ "activeTab", "storage", "tabs" ], "web_accessible_resources": [ "images\/*" ] } |