Imgur Peeker
Adds a link next to the user's name to go directly to albums.
Wat is Imgur Peeker?
Imgur Peeker is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a link next to the user's name to go directly to albums.".
Extensie Screenshots
Download het CRX-bestand van de extensie Imgur Peeker
Download Imgur Peeker-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
Adds a link next to the user's name to go directly to albums.
Basisinformatie over de Extensie
Naam | Imgur Peeker |
ID | imblcbiihlokenchlldaibjfhpglpfod |
Officiële URL | https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod |
Beschrijving | Adds a link next to the user's name to go directly to albums. |
Bestandsgrootte | 26.31 KB |
Aantal Installaties | 446 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2017-01-26 |
Publicatiedatum | 2017-01-26 |
Beoordeling | 3.38/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imgur Peeker", "description": "Adds a link next to the user's name to go directly to albums.", "version": "2.1.0", "icons": { "48": "gir48.png", "128": "gir128.png" }, "browser_action": { "default_icon": { "48": "gir48.png", "128": "gir128.png" }, "default_title": "Imgur Peeker" }, "content_scripts": [ { "matches": [ "*:\/\/*.imgur.com\/*" ], "js": [ "main.js" ] } ] } |