Remove twitter login blocker
Removes the annoying Twitter log in/sign up blocker, which prevents the use of Twitter without an account.
Remove twitter login blockerとは何ですか?
Remove twitter login blockerはBeniNovakDevによって開発されたChromeの拡張機能で、その主な機能は「Removes the annoying Twitter log in/sign up blocker, which prevents the use of Twitter without an account.」です。
拡張機能のスクリーンショット
Remove twitter login blocker拡張機能のCRXファイルをダウンロード
Remove twitter login blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables browsing twitter without account or being logged in --- a "feature" that was introduced sometime in the summer of 2021. It does this by hiding the annoying "Log in / Sign up" prompt when it pops up. When it hides the popup it will also hide the blue banner on the bottom of the screen, which is there to also convince you to login, and the "enable cookies" prompt. Made for people who only occasionally use twitter to check on a specific account for updates and the like. This extension might not work properly if used when logged in. Icon for the extension provided by SVG Repo - - https://www.svgrepo.com/
拡張機能の基本情報
名前 | Remove twitter login blocker |
ID | gbhahioefeljhgjpkpicielemekceafn |
公式URL | https://chromewebstore.google.com/detail/remove-twitter-login-bloc/gbhahioefeljhgjpkpicielemekceafn |
説明 | Removes the annoying Twitter log in/sign up blocker, which prevents the use of Twitter without an account. |
ファイルサイズ | 23.39 KB |
インストール数 | 2,414 |
現在のバージョン | 1.0 |
最終更新日 | 2022-03-30 |
公開日 | 2022-03-28 |
評価 | 3.36/5 合計 11 レビュー |
開発者 | BeniNovakDev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove twitter login blocker", "version": "1.0", "description": "Removes the annoying Twitter log in\/sign up blocker, which prevents the use of Twitter without an account.", "icons": { "16": "icon-small.png", "48": "icon-medium.png", "96": "icon-big.png", "128": "icon-default.png" }, "author": "Benjamin Luka Novak", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "content.js" ] } ] } |