Spincles
Glitch Art Code intervention in the Web Browsing sites
Vad är Spincles?
Spincles är en Chrome-tillägg utvecklad av https://dekwilde.wordpress.com, och dess huvudfunktion är "Glitch Art Code intervention in the Web Browsing sites".
Tilläggsskärmbilder
Ladda ner Spincles-förlängningens CRX-fil
Ladda ner Spincles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Spincles |
ID | ehggidkmbchgmdignnbjnodgllpcmcng |
Officiell webbadress | https://chromewebstore.google.com/detail/spincles/ehggidkmbchgmdignnbjnodgllpcmcng |
Beskrivning | Glitch Art Code intervention in the Web Browsing sites |
Filstorlek | 123 KB |
Antal Installationer | 834 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-06-14 |
Publiceringsdatum | 2013-06-14 |
Betyg | 4.71/5 Totalt 7 Betyg |
Utvecklare | https://dekwilde.wordpress.com |
Betalningssätt | free |
Tilläggswebbplats | http://spincles.dekwilde.com.br |
Hjälpsida URL | http://spincles.dekwilde.com.br |
Stödda Språk | 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" } } |