Transformers Gallery
Transformers Gallery shows photos about science fiction action autobots films.
ما هو Transformers Gallery؟
Transformers Gallery هو إضافة Chrome تم تطويرها بواسطة pictures and images، والميزة الرئيسية لها هي "Transformers Gallery shows photos about science fiction action autobots films.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Transformers Gallery
قم بتنزيل ملفات الامتداد Transformers Gallery بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Transformers fun extension includes image gallery about Transformers film, Age of Extinction, cybertron, car robot toys, Shia LaBeouf, Megan Fox, Rachael Taylor. Then app provides the function 'Add photo' from any website only one click right mouse. Click to picture and click Add to Transformers Gallery.
معلومات أساسية عن التمديد
الاسم | |
ID | dalkmncjflickkogopmafhhhckgbeega |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/transformers-gallery/dalkmncjflickkogopmafhhhckgbeega |
الوصف | Transformers Gallery shows photos about science fiction action autobots films. |
حجم الملف | 96.87 KB |
عدد التثبيتات | 151 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-12-04 |
تاريخ النشر | 2015-12-02 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | pictures and images |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transformers Gallery", "description": "Transformers Gallery shows photos about science fiction action autobots films.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "conf.js", "background.js" ] }, "browser_action": { "default_icon": "img_sep\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "notifications", "unlimitedStorage" ], "icons": { "16": "img_sep\/ico_16.png", "48": "img_sep\/ico_48.png" } } |