Imgur Promoted Skipper

A nano-sized chrome extension to automagically skip Imgur Promoted posts.

Imgur Promoted Skipper là gì?

Imgur Promoted Skipper là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A nano-sized chrome extension to automagically skip Imgur Promoted posts.".

Ả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 Imgur Promoted Skipper

Tải xuống các tệp mở rộng Imgur Promoted Skipper 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

                        A nano-sized chrome extension to automagically skip Imgur Promoted posts. Made with love by a fellow giraffe.

MIT License. Icon made by http://www.freepik.com from www.flaticon.com is licensed under CC BY 3.0.                    

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

Tên Imgur Promoted Skipper Imgur Promoted Skipper
ID ajgjolmbapcmapkcibgfcgbkblhhdcok
URL Chính Thức https://chromewebstore.google.com/detail/imgur-promoted-skipper/ajgjolmbapcmapkcibgfcgbkblhhdcok
Mô tả A nano-sized chrome extension to automagically skip Imgur Promoted posts.
Kích Thước Tệp 22.86 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.1.0.2
Cập Nhật Lần Cuối 2015-10-16
Ngày Phát Hành 2015-10-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/demosthenes111/Imgur-Promoted-Skipper
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Promoted Skipper",
    "short_name": "Imgur Promoted Skipper",
    "version": "0.1.0.2",
    "description": "A nano-sized chrome extension to automagically skip Imgur Promoted posts.",
    "author": "demosthenes",
    "homepage_url": "https:\/\/github.com\/demosthenes111\/Imgur-Promoted-Skipper",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*"
            ],
            "js": [
                "unfuck.js"
            ]
        }
    ],
    "icons": {
        "16": "g16.png",
        "48": "g48.png",
        "128": "g128.png",
        "256": "g256.png"
    }
}