Unwanted Opinions
Lets you block tweets using various options.
Unwanted Opinionsとは何ですか?
Unwanted OpinionsはXintoによって開発されたChromeの拡張機能で、その主な機能は「Lets you block tweets using various options.」です。
拡張機能のスクリーンショット
Unwanted Opinions拡張機能のCRXファイルをダウンロード
Unwanted Opinions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unwanted Opinion saves your eyes by blocking tweets using filters you specify. Still want to see the tweet? Press the Show button! 拡張機能の基本情報
| 名前 | |
| ID | ejobchilnlocfaljfaakomkhaajkojin |
| 公式URL | https://chromewebstore.google.com/detail/unwanted-opinions/ejobchilnlocfaljfaakomkhaajkojin |
| 説明 | Lets you block tweets using various options. |
| ファイルサイズ | 22.77 KB |
| インストール数 | 27 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2022-11-24 |
| 公開日 | 2022-11-21 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Xinto |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://vencord.dev/cloud/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Unwanted Opinions",
"version": "0.2.1",
"description": "Lets you block tweets using various options.",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_title": "Unwanted Opinion",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*"
],
"resources": [
"opinionator.js"
]
}
]
} | |