Transformers Gallery
Transformers Gallery shows photos about science fiction action autobots films.
Cos'è Transformers Gallery?
Transformers Gallery è un'estensione di Chrome sviluppata da pictures and images, e la sua funzione principale è "Transformers Gallery shows photos about science fiction action autobots films.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Transformers Gallery
Scarica i file di estensione Transformers Gallery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dalkmncjflickkogopmafhhhckgbeega |
URL Ufficiale | https://chrome.google.com/webstore/detail/transformers-gallery/dalkmncjflickkogopmafhhhckgbeega |
Descrizione | Transformers Gallery shows photos about science fiction action autobots films. |
Dimensione del File | 96.87 KB |
Conteggio Installazioni | 151 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-04 |
Data di Pubblicazione | 2015-12-02 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | pictures and images |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |