Pridify

Apply a pride filter to avatar images on popular websites.

Pridifyとは何ですか?

Pridifyはhttp://truthful.technologyによって開発されたChromeの拡張機能で、その主な機能は「Apply a pride filter to avatar images on popular websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Pridify拡張機能のCRXファイルをダウンロード

Pridify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Need more pride in your feed?  Install Pridify to add a rainbow filter to every avatar in your feeds!

Currently supports:

- Facebook
- Twitter
- Google+
- Stack Overflow
- Ravelry
- Deviant Art

Source code available here: https://github.com/TruthfulTechnology/pridify

This is a fun extension created by Truthful Technology, LLC.                    

拡張機能の基本情報

名前 Pridify Pridify
ID mbhneikagebabkhalefcgoppfkkmoaca
公式URL https://chrome.google.com/webstore/detail/pridify/mbhneikagebabkhalefcgoppfkkmoaca
説明 Apply a pride filter to avatar images on popular websites.
ファイルサイズ 5.73 KB
インストール数 769
現在のバージョン 1.3
最終更新日 2015-06-30
公開日 2015-06-30
評価 5.00/5 合計 1 レビュー
開発者 http://truthful.technology
支払い方法 free
拡張機能のウェブサイト https://github.com/TruthfulTechnology/pridify
ヘルプページのURL https://github.com/TruthfulTechnology/pridify/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pridify",
    "description": "Apply a pride filter to avatar images on popular websites.",
    "icons": {
        "128": "icon.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/stackoverflow.com\/*",
                "*:\/\/*.deviantart.com\/*",
                "http:\/\/www.ravelry.com\/*"
            ],
            "js": [
                "pridify.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/stackoverflow.com\/*",
        "*:\/\/*.deviantart.com\/*",
        "http:\/\/www.ravelry.com\/*"
    ]
}