Reddit: No More Red Dot

Removes the two red pixels from /r/AdviceAnimals.

Reddit: No More Red Dot là gì?

Reddit: No More Red Dot là một tiện ích mở rộng Chrome được phát triển bởi Marcisoft, và tính năng chính của nó là "Removes the two red pixels from /r/AdviceAnimals.".

Ả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 Reddit: No More Red Dot

Tải xuống các tệp mở rộng Reddit: No More Red Dot 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

                        If the two red pixels on either /r/AdviceAnimals or the comments page annoys you, this is the extension for you.

It simply removes them - not more, not less.

Happy browsing!


**Update 01/22/13**
New strategy for blocking the dot, hopefully a more stable one!
 - This update requires other permissions (less even :))


**Update 12/28/13**
The dot is now gone once again and peace has settled over AdviceAnimals.
 - Merry Christmas


**Update 06/04/13**
They have changed it again and it now works again.
The extension requests access to /r/adviceanimals (notice no uppercase A's), so it is able to remove the dot, even if you write everything lowercase.


**Update 06/03/13**
I have noticed that they (whoever you are!) have modified the dot just enough, so that the extension wasn't able to remove it - it now works again!                    

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

Tên Reddit: No More Red Dot Reddit: No More Red Dot
ID npiniplkldbaabaignmgincofibpfohd
URL Chính Thức https://chrome.google.com/webstore/detail/reddit-no-more-red-dot/npiniplkldbaabaignmgincofibpfohd
Mô tả Removes the two red pixels from /r/AdviceAnimals.
Kích Thước Tệp 3.21 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2014-01-21
Ngày Phát Hành 2014-01-21
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Marcisoft
Loại Thanh Toán free
Trang Web Mở Rộng http://www.marcisoft.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Removes the two red pixels from \/r\/AdviceAnimals.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/reddit-no-more-red-dot\/npiniplkldbaabaignmgincofibpfohd",
    "icons": {
        "48": "48.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/d.thumbs.redditmedia.com\/*"
    ],
    "manifest_version": 2,
    "name": "Reddit: No More Red Dot",
    "version": "1.1.5"
}