X Repost Omitted

An extension to hide X (formerly Twitter) reposts.

What is X Repost Omitted?

X Repost Omitted is a Chrome extension developed by developer.waieight., and its main feature is "An extension to hide X (formerly Twitter) reposts.".

Extension Screenshots

screenshot

Download X Repost Omitted Extension CRX File

Download X Repost Omitted extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can view it by clicking on the ▼ icon.
This is a great extension for those who don't need reposts but are curious about what kind of reposts you have made.                    

Extension Basic Information

Name X Repost Omitted X Repost Omitted
ID aagmfjihkcmppkieikhehgihiemdmpfd
Official URL https://chromewebstore.google.com/detail/x-repost-omitted/aagmfjihkcmppkieikhehgihiemdmpfd
Description An extension to hide X (formerly Twitter) reposts.
File Size 41.5 KB
Installation Count 291
Current Version 0.0.0.58
Last Updated 2024-01-17
Publish Date 2020-09-27
Rating 5.00/5 Total 2 Ratings
Developer developer.waieight.
Email [email protected]
Payment Type free
Extension Website https://waieight.hatenablog.jp/
Privacy Policy Page URL https://waieight.hatenablog.jp/entry/2021/03/23/180238
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "X Repost Omitted",
    "version": "8.0.0.58",
    "version_name": "0.0.0.58",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "\/jquery\/jquery-3.7.1.min.js",
                "\/js\/omitted.js"
            ],
            "css": [
                "\/css\/omitted.css"
            ],
            "run_at": "document_start"
        }
    ]
}