Twitter Timeline Eradicator
Get rid of your Twitter addiction
Twitter Timeline Eradicatorとは何ですか?
Twitter Timeline EradicatorはGrant Guminaによって開発されたChromeの拡張機能で、その主な機能は「Get rid of your Twitter addiction」です。
拡張機能のスクリーンショット
Twitter Timeline Eradicator拡張機能のCRXファイルをダウンロード
Twitter Timeline Eradicator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Break your Twitter addiction by removing all the distractions from the platform. This extension removes Twitter timelines and replaces them with an interesting quote instead.
拡張機能の基本情報
名前 | |
ID | jkdloljnomnhbkifgmiobaaajfemiccm |
公式URL | https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm |
説明 | Get rid of your Twitter addiction |
ファイルサイズ | 82.83 KB |
インストール数 | 47 |
現在のバージョン | 0.0.2 |
最終更新日 | 2017-10-31 |
公開日 | 2017-10-31 |
評価 | 1.43/5 合計 7 レビュー |
開発者 | Grant Gumina |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/grantgumina/twitter-timeline-eradicator |
ヘルプページのURL | https://github.com/grantgumina/twitter-timeline-eradicator |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Timeline Eradicator", "short_name": "Twitter Timeline Eradicator", "version": "0.0.2", "description": "Get rid of your Twitter addiction", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_start", "css": [ "css\/eradicate.css" ] }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end", "js": [ "js\/content.js" ], "css": [ "css\/quote.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |