Spincles
Glitch Art Code intervention in the Web Browsing sites
ما هو Spincles؟
Spincles هو إضافة Chrome تم تطويرها بواسطة https://dekwilde.wordpress.com، والميزة الرئيسية لها هي "Glitch Art Code intervention in the Web Browsing sites".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spincles
قم بتنزيل ملفات الامتداد Spincles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a orignal project design in processing.js and derived to a iOS APP and now to a interactive project to your Chrome Browser. Destroy all the elements in the page that you want glitched. Acess spincles also in your App Store
معلومات أساسية عن التمديد
الاسم | Spincles |
ID | ehggidkmbchgmdignnbjnodgllpcmcng |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spincles/ehggidkmbchgmdignnbjnodgllpcmcng |
الوصف | Glitch Art Code intervention in the Web Browsing sites |
حجم الملف | 123 KB |
عدد التثبيتات | 834 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-06-14 |
تاريخ النشر | 2013-06-14 |
تقييم | 4.71/5 مجموع تقييمات 7 |
المطور | https://dekwilde.wordpress.com |
نوع الدفع | free |
موقع الإضافة | http://spincles.dekwilde.com.br |
عنوان صفحة المساعدة | http://spincles.dekwilde.com.br |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spincles", "description": "Glitch Art Code intervention in the Web Browsing sites", "version": "1.0", "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Spincles", "default_icon": { "19": "icon19.png", "48": "icon48.png" }, "default_popup": "popup.html" } } |