URL Auto Splicer
Redirect you to self-constructed URL instantly with context selection
Wat is URL Auto Splicer?
URL Auto Splicer is een Chrome-extensie ontwikkeld door crispgm, en de belangrijkste functie is "Redirect you to self-constructed URL instantly with context selection".
Extensie Screenshots
Download het CRX-bestand van de extensie URL Auto Splicer
Download URL Auto Splicer-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
URLAutoSplicer is a simple Chrome Extension, which redirects you to self-constructed URL instantly with context selection.
It is now in beta! You may report issues in https://github.com/URLAutoRedirector/URLAutoSplicer/issues Basisinformatie over de Extensie
| Naam | |
| ID | kmlnjaeipdljbegfnfofknfaeojgojgm |
| Officiële URL | https://chromewebstore.google.com/detail/url-auto-splicer/kmlnjaeipdljbegfnfofknfaeojgojgm |
| Beschrijving | Redirect you to self-constructed URL instantly with context selection |
| Bestandsgrootte | 62.81 KB |
| Aantal Installaties | 33 |
| Huidige Versie | 1.0.0 beta2 |
| Laatst Bijgewerkt | 2017-10-21 |
| Publicatiedatum | 2017-10-20 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | crispgm |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://urlautoredirector.github.io/URLAutoSplicer/ |
| Help Pagina-URL | https://github.com/URLAutoRedirector/URLAutoSplicer/issues |
| Ondersteunde Talen | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "URL Auto Splicer",
"short_name": "URLAutoSplicer",
"version": "1.0.2",
"version_name": "1.0.0 beta2",
"description": "__MSG_ext_description__",
"author": "David Zhang",
"homepage_url": "https:\/\/urlautoredirector.github.io\/URLAutoSplicer\/",
"options_page": "options.html",
"icons": {
"128": "images\/icon-128.png",
"48": "images\/icon-48.png",
"32": "images\/icon-32.png"
},
"permissions": [
"contextMenus",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'",
"default_locale": "en",
"manifest_version": 2
} | |