Twitter Recommendation Block

Block recommendation and promotion contents on twitter.com.

What is Twitter Recommendation Block?

Twitter Recommendation Block is a Chrome extension developed by r7kamura, and its main feature is "Block recommendation and promotion contents on twitter.com.".

Extension Screenshots

screenshot
screenshot

Download Twitter Recommendation Block Extension CRX File

Download Twitter Recommendation Block 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

                        Features:

- Block promoted tweets in timeline.
- Block recommended topics and users in sidebar.
- Block recommended topics and users in timeline.                    

Extension Basic Information

Name Twitter Recommendation Block Twitter Recommendation Block
ID ekhgcgpangmhninpoeefefbcepiohaod
Official URL https://chromewebstore.google.com/detail/twitter-recommendation-bl/ekhgcgpangmhninpoeefefbcepiohaod
Description Block recommendation and promotion contents on twitter.com.
File Size 7.67 KB
Installation Count 107
Current Version 0.1.3
Last Updated 2022-06-04
Publish Date 2022-05-30
Rating 1.00/5 Total 1 Ratings
Developer r7kamura
Email [email protected]
Payment Type free
Extension Website https://github.com/r7kamura/twitter-recommendation-block
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Recommendation Block",
    "description": "Block recommendation and promotion contents on twitter.com.",
    "version": "0.1.3",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.ts.192370db.61b421cb.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/content.ts.192370db.js"
            ],
            "use_dynamic_url": true
        }
    ]
}