Linkis Breakout Redirect
Checks URL and redirects as required.
Cos'è Linkis Breakout Redirect?
Linkis Breakout Redirect è un'estensione di Chrome sviluppata da http://www.idltd.com, e la sua funzione principale è "Checks URL and redirects as required.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linkis Breakout Redirect
Scarica i file di estensione Linkis Breakout Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | dpmganoapkolcdoinilblhnibmmggknp |
URL Ufficiale | https://chrome.google.com/webstore/detail/linkis-breakout-redirect/dpmganoapkolcdoinilblhnibmmggknp |
Descrizione | Checks URL and redirects as required. |
Dimensione del File | 3.99 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2016-11-20 |
Data di Pubblicazione | 2016-11-20 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://www.idltd.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |