Linkis Breakout Redirect
Checks URL and redirects as required.
Qu'est-ce que Linkis Breakout Redirect ?
Linkis Breakout Redirect est une extension Chrome développée par http://www.idltd.com, et sa fonction principale est "Checks URL and redirects as required.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linkis Breakout Redirect
Téléchargez les fichiers d'extension Linkis Breakout Redirect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
I hate Linkis - it screws up URL's in tweets and makes it hard to break out. This plug in ( mainly taken from http://superuser.com/questions/284110/redirect-urls-in-chrome ) will automatically redirect to the original source page once the linkis version has loaded. v0.7 Previous fix broke YouTube link processing, now that works as well! v0.6 Fixed an occasional looping problem if original link not found. Now will look harder and not loop if not found. v0.5 Handles more links better(!) v0.4 Handles YouTube links v0.3 Initial Version
Informations de Base sur l'Extension
Nom | |
ID | dpmganoapkolcdoinilblhnibmmggknp |
URL Officiel | https://chrome.google.com/webstore/detail/linkis-breakout-redirect/dpmganoapkolcdoinilblhnibmmggknp |
Description | Checks URL and redirects as required. |
Taille du Fichier | 3.99 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.7 |
Dernière Mise à Jour | 2016-11-20 |
Date de Publication | 2016-11-20 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | http://www.idltd.com |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkis Breakout Redirect", "version": "0.7", "description": "Checks URL and redirects as required.", "background": { "page": "bg.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/linkis.com\/*", "https:\/\/linkis.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |