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
官方網址 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\/*"
    ]
}