Twitter Quotes are back!

Twitter Quotes are back!

Twitter Quotes are back! là gì?

Twitter Quotes are back! là một tiện ích mở rộng Chrome được phát triển bởi josecebe, và tính năng chính của nó là "Twitter Quotes are back!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Quotes are back!

Tải xuống các tệp mở rộng Twitter Quotes are back! 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

                        Twitter has adjusted access to view post interactions like quotes, retweets, and likes, making them less visible. Fortunately, "Twitter Quotes are back!" brings these options back to their original locations. Say goodbye to the search hassle and install this extension today!                    

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

Tên Twitter Quotes are back! Twitter Quotes are back!
ID bbpjhggnbaikfoankcdaieeohbjdnadc
URL Chính Thức https://chromewebstore.google.com/detail/twitter-quotes-are-back/bbpjhggnbaikfoankcdaieeohbjdnadc
Mô tả Twitter Quotes are back!
Kích Thước Tệp 26.6 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-09-17
Ngày Phát Hành 2023-09-14
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển josecebe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/josecebe/twitter-quotes-are-back
Ngôn Ngữ Được Hỗ Trợ de,en,fr,ca,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "josecebe",
    "manifest_version": 3,
    "name": "__MSG_twitterQuotesExtensionName__",
    "version": "1.0.4",
    "description": "__MSG_twitterQuotesExtensionDescription__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "52.0"
        }
    }
}