Linkis Breakout Redirect
Checks URL and redirects as required.
什麼是Linkis Breakout Redirect?
Linkis Breakout Redirect是由http://www.idltd.com開發的Chrome擴展程式,該擴展的主要功能是“Checks URL and redirects as required.”。
擴展截圖
下載Linkis Breakout Redirect擴展crx文件
下載Linkis Breakout Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | dpmganoapkolcdoinilblhnibmmggknp |
官方網址 | https://chrome.google.com/webstore/detail/linkis-breakout-redirect/dpmganoapkolcdoinilblhnibmmggknp |
簡介 | Checks URL and redirects as required. |
檔案大小 | 3.99 KB |
安裝次數 | 15 |
目前版本 | 0.7 |
更新時間 | 2016-11-20 |
上架時間 | 2016-11-20 |
評分 | 5.00/5 共 3 次評分 |
開發者 | http://www.idltd.com |
付費類型 | free |
支援的語言 | 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" ] } |