Snow this website
Let It Snow Today
ما هو Snow this website؟
Snow this website هو إضافة Chrome تم تطويرها بواسطة mastaleru.rafael، والميزة الرئيسية لها هي "Let It Snow Today".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snow this website
قم بتنزيل ملفات الامتداد Snow this website بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | dhodhnbmihkikehapfaellcieljelgnp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp |
الوصف | Let It Snow Today |
حجم الملف | 88.58 KB |
عدد التثبيتات | 654 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2016-12-16 |
تاريخ النشر | 2016-12-16 |
تقييم | 3.50/5 مجموع تقييمات 8 |
المطور | mastaleru.rafael |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://plusprivacy.com/privacy-policy |
اللغات المدعومة | 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\/*" ] } |