Twitter Blocker
Easily Blocked Hashtags, tweets, categories of tweet and many more you are not interested in seeing on your timeline.
Twitter Blockerとは何ですか?
Twitter Blockerはhttps://obodugo.comによって開発されたChromeの拡張機能で、その主な機能は「Easily Blocked Hashtags, tweets, categories of tweet and many more you are not interested in seeing on your timeline.」です。
拡張機能のスクリーンショット
Twitter Blocker拡張機能のCRXファイルをダウンロード
Twitter Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Twitter Blocker helps you reduce the noise on your timeline. Ever encountered muting a tweet, hashtag or whatsoever on twitter, but still see them popping up on the TL one way or the other? Well, this removes it entirely from the page so you don't get to see it again. So What can i block using Twitter Blocker 🤔 - Tweets - Tweets by Category - Hashtags - Tweets by Location Hopefully this helps you maintain a good level of sanity on your TL :) Experience any issue whilst using the extension, quickly buzz us using the support links on the page, and we would get on it ASAP.
拡張機能の基本情報
名前 | |
ID | hifjjlinjpddohocbhfifpaopdfnfadl |
公式URL | https://chrome.google.com/webstore/detail/twitter-blocker/hifjjlinjpddohocbhfifpaopdfnfadl |
説明 | Easily Blocked Hashtags, tweets, categories of tweet and many more you are not interested in seeing on your timeline. |
ファイルサイズ | 639 KB |
インストール数 | 79 |
現在のバージョン | 1.0 |
最終更新日 | 2020-06-21 |
公開日 | 2020-06-21 |
開発者 | https://obodugo.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://obodugo.com |
ヘルプページのURL | https://twitter.com/djunehor |
プライバシーポリシーページのURL | https://shagital.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Blocker", "description": "Easily Blocked Hashtags, tweets, categories of tweet and many more you are not interested in seeing on your timeline.", "version": "1.0", "short_name": "RecordRTC", "author": "Obodugo Rapheal, Zacchaeus Bolaji", "manifest_version": 2, "minimum_chrome_version": "49", "homepage_url": "https:\/\/obodugo.com", "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "activeTab", "declarativeContent", "storage", "contextMenus" ], "content_scripts": [ { "js": [ "jquery.js", "script.js" ], "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Twitter Blocker", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |