Fashionreps Link Converter
Remove spaces from links and converts taobao mobile links to desktop links
Wat is Fashionreps Link Converter?
Fashionreps Link Converter is een Chrome-extensie ontwikkeld door tom.van.eerdt, en de belangrijkste functie is "Remove spaces from links and converts taobao mobile links to desktop links".
Extensie Screenshots
Download het CRX-bestand van de extensie Fashionreps Link Converter
Download Fashionreps Link Converter-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
Extension made for reddit community that removes spaces from links and open the link in a new tab Basisinformatie over de Extensie
| Naam | |
| ID | lbnpmehdmjhejlmbcjflkmfplomakkae |
| Officiële URL | https://chromewebstore.google.com/detail/fashionreps-link-converte/lbnpmehdmjhejlmbcjflkmfplomakkae |
| Beschrijving | Remove spaces from links and converts taobao mobile links to desktop links |
| Bestandsgrootte | 11.78 KB |
| Aantal Installaties | 465 |
| Huidige Versie | 2.1 |
| Laatst Bijgewerkt | 2020-08-01 |
| Publicatiedatum | 2020-07-30 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | tom.van.eerdt |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fashionreps Link Converter ",
"description": "Remove spaces from links and converts taobao mobile links to desktop links",
"version": "2.1",
"manifest_version": 2,
"permissions": [
"contextMenus"
],
"icons": {
"128": "img\/fashionreps.png",
"48": "img\/fashionreps.png",
"16": "img\/fashionreps.png"
},
"background": {
"scripts": [
"eventPage.js"
]
}
} | |