Imgur Promoted Skipper
A nano-sized chrome extension to automagically skip Imgur Promoted posts.
Imgur Promoted Skipperとは何ですか?
Imgur Promoted SkipperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A nano-sized chrome extension to automagically skip Imgur Promoted posts.」です。
拡張機能のスクリーンショット
Imgur Promoted Skipper拡張機能のCRXファイルをダウンロード
Imgur Promoted Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| ID | ajgjolmbapcmapkcibgfcgbkblhhdcok | 
| 公式URL | https://chromewebstore.google.com/detail/imgur-promoted-skipper/ajgjolmbapcmapkcibgfcgbkblhhdcok | 
| 説明 | A nano-sized chrome extension to automagically skip Imgur Promoted posts. | 
| ファイルサイズ | 22.86 KB | 
| インストール数 | 28 | 
| 現在のバージョン | 0.1.0.2 | 
| 最終更新日 | 2015-10-16 | 
| 公開日 | 2015-10-15 | 
| 評価 | 5.00/5 合計 3 レビュー | 
| 開発者 | Unknown | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/demosthenes111/Imgur-Promoted-Skipper | 
| 対応言語 | 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"
    }
}  |  |