Transformers Gallery
Transformers Gallery shows photos about science fiction action autobots films.
Wat is Transformers Gallery?
Transformers Gallery is een Chrome-extensie ontwikkeld door pictures and images, en de belangrijkste functie is "Transformers Gallery shows photos about science fiction action autobots films.".
Extensie Screenshots
Download het CRX-bestand van de extensie Transformers Gallery
Download Transformers Gallery-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dalkmncjflickkogopmafhhhckgbeega |
Officiële URL | https://chrome.google.com/webstore/detail/transformers-gallery/dalkmncjflickkogopmafhhhckgbeega |
Beschrijving | Transformers Gallery shows photos about science fiction action autobots films. |
Bestandsgrootte | 96.87 KB |
Aantal Installaties | 151 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-12-04 |
Publicatiedatum | 2015-12-02 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | pictures and images |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |