Twitter tags hider

Hides tags and who to follow and other options

Twitter tags hider là gì?

Twitter tags hider là một tiện ích mở rộng Chrome được phát triển bởi Sal7one, và tính năng chính của nó là "Hides tags and who to follow and other options".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter tags hider

Tải xuống các tệp mở rộng Twitter tags hider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Hide Twitter Tags Trends and elements (All languages) + (Open source) 

🌠 Hide Features:
 ⭐ Trends and Tags.
 ⭐ Topics to follow
 ⭐ Who to follow.
 ⭐ Relevant people.
 ⭐ Footer.
 ⭐ Search 
 ⭐ Explore Button 
 ⭐ Communities Button 
 ⭐ Hide Curiouscat, Tellonym (experimental) 


☕ Changes: 
in 3.0.9
Removed border of removed CC and Tell Tweets

in 3.0.8
Added ability to hide Curiouscat and Tellonym 
Rewrote codebase

in 2.0.8
Added ability to hide communities button

in 2.0.5
Stopped auto refresh if you're using the extension from outside Twitter 
   (To prevent accidental loss of unsaved work)

in 2.0.0
Added support for Manifest v3 
Cleaned the code more

in 1.9.0
Added support for Topics to follow (Thanks Bob for the heads up)

in 1.8.5
Code cleaning and hot fix for media inside profiles

in 1.8.0
Updated with latest Twitter 

in 1.7.5
Made the UI smaller

in 1.7.4
Size reduction more than half

in 1.7.3
Clean up 

in 1.7.2
The extension now always uses methods to auto detect changes to Twitter styles and hides them as the user provided (In plain English: it goes the extra mile to hide stuff for you) 

in 1.7.1
New icon

in 1.7.0
Now It works for all Twitter Light and dark themes (Wasn't aware this was an issue)
New UI colors 

in 1.6.5
Added Option to hide Explore button (Won't be on by default)

in 1.6.2
Fix: media gallery is hidden inside user profiles

in 1.6.0 
Works for all languages now

in 1.4.5 
HotFix: Search doesn't auto hide like the rest 

in 1.4.2 
Fixed some problems with "Who to follow and relevant people"
I implemented a backup code that runs when Twitter change their elements

in 1.3.7
New Ui colors
Fixed With New Twitter Who to follow tag.

in 1.3.1
Design change 
Fixed Relevant people line ( has been out for a while on Github) (1.3.0)

in 1.2.9
Rewrote most of the project to make it more efficient 
Added new Twitter's new styling of (Who to follow) selector


in 1.2.7
fixed: Line appears after hiding everything
The code is now faster and more efficient

 in 1.2.0
 - Fixed all the bugs and now it works all the time :P
- New redesign
- Hide specific elements 
   - Twitter Trends and hashtags!
   - Who to follow
   -  Relevant people (inside tweets)
   - Hide Twitter footer                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter tags hider Twitter tags hider
ID njfgdkckokikphjhheihclmnjnbchfci
URL Chính Thức https://chromewebstore.google.com/detail/twitter-tags-hider/njfgdkckokikphjhheihclmnjnbchfci
Mô tả Hides tags and who to follow and other options
Kích Thước Tệp 21.31 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 3.0.9
Cập Nhật Lần Cuối 2022-05-31
Ngày Phát Hành 2020-07-04
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Sal7one
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Sal7one/HideTwitterTags
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter tags hider",
    "version": "3.0.9",
    "description": "Hides tags and who to follow and other options",
    "content_scripts": [
        {
            "run_at": "document_start",
            "css": [
                "uistyles.css",
                "styles.css"
            ],
            "js": [
                "arrive.js",
                "repo.js",
                "linkshandler.js",
                "failsafe.js",
                "script.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "ui.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}