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 |
公式URL | 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:\/\/*\/*" ] } |