Reddit Picture Expand
This simple extension expands all pictures on a reddit page
Wat is Reddit Picture Expand?
Reddit Picture Expand is een Chrome-extensie ontwikkeld door rleinbox, en de belangrijkste functie is "This simple extension expands all pictures on a reddit page".
Download het CRX-bestand van de extensie Reddit Picture Expand
Download Reddit Picture Expand-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
Basisinformatie over de Extensie
Naam | ![]() |
ID | pjifdmflohkbmfconmimdjobbcmgocll |
Officiële URL | https://chrome.google.com/webstore/detail/reddit-picture-expand/pjifdmflohkbmfconmimdjobbcmgocll |
Beschrijving | This simple extension expands all pictures on a reddit page |
Bestandsgrootte | 6.74 KB |
Aantal Installaties | 89 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-11-01 |
Publicatiedatum | 2017-11-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rleinbox |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Picture Expand", "description": "This simple extension expands all pictures on a reddit page", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |