Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
ما هو Watch Awesome Chess Games؟
Watch Awesome Chess Games هو إضافة Chrome تم تطويرها بواسطة textchx، والميزة الرئيسية لها هي "Watch chess games from the best Masters & Grand Masters!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Watch Awesome Chess Games
قم بتنزيل ملفات الامتداد Watch Awesome Chess Games بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Watch awesome chess games played by the worlds top chess masters and grand masters analyzed move by move so for your learning and enjoyment. This is the perfect extension for the chess enthusiast from the beginner to expert. Add the Watch Awesome Chess Games Extension now and enjoy!
معلومات أساسية عن التمديد
الاسم | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
الوصف | Watch chess games from the best Masters & Grand Masters! |
حجم الملف | 20.32 KB |
عدد التثبيتات | 84 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-09-19 |
تاريخ النشر | 2017-09-19 |
المطور | textchx |
نوع الدفع | free |
موقع الإضافة | http://www.clikpass.com/a/c5xw93s/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watch Awesome Chess Games", "version": "0.1", "manifest_version": 2, "description": "Watch chess games from the best Masters & Grand Masters!", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "chess1.png", "default_title": "Watch chess games from the best Masters & Grand Masters!", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "chess1.png" } } |