fasterLinks
For all you short URLs haters!
什麼是fasterLinks?
fasterLinks是由paul.leclercq開發的Chrome擴展程式,該擴展的主要功能是“For all you short URLs haters!”。
下載fasterLinks擴展crx文件
下載fasterLinks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For all you shortened URLs haters on Twitter or TweetDeck Replaces all shortened URLs with real URLs without UTM to save precious seconds and finally know where we click without being tracked. Twitter redirects every URLs to t.co in order to track clicks, OK cool, why not, but it makes us waste some precious seconds of our life everytime we click on a link on Twitter. To counter that, this extension removes all links with a t.co redirect with their real URLs, and also display the full address on the tweet because who gives a f. to the 140 chars limit on Tweeter? Open-source : https://github.com/polomarcus/faster-links
擴展基本資訊
名稱 | fasterLinks |
ID | ojggkiabpbjlckhpaphgdhhojgcpimah |
官方網址 | https://chromewebstore.google.com/detail/fasterlinks/ojggkiabpbjlckhpaphgdhhojgcpimah |
簡介 | For all you short URLs haters! |
檔案大小 | 183 KB |
安裝次數 | 19 |
目前版本 | 1.0.4 |
更新時間 | 2016-09-01 |
上架時間 | 2016-09-01 |
評分 | 5.00/5 共 3 次評分 |
開發者 | paul.leclercq |
付費類型 | free |
支援的語言 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |