Image rotator
One of the less useful extensions out there.
Wat is Image rotator?
Image rotator is een Chrome-extensie ontwikkeld door FH, en de belangrijkste functie is "One of the less useful extensions out there.".
Download het CRX-bestand van de extensie Image rotator
Download Image rotator-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
Does what the title says it does.
Basisinformatie over de Extensie
Naam | ![]() |
ID | amplighgcpifjbdglmkhhcafffaafpoc |
Officiële URL | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
Beschrijving | One of the less useful extensions out there. |
Bestandsgrootte | 3.86 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-12-15 |
Publicatiedatum | 2013-12-15 |
Beoordeling | 1.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | FH |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image rotator", "description": "One of the less useful extensions out there.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |