Scheidify

For more everyday life badassery in your browser.

Scheidifyคืออะไร?

Scheidify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scheidé Révoltée และคุณลักษณะหลักของมันคือ "For more everyday life badassery in your browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scheidify

ดาวน์โหลดไฟล์ส่วนขยาย Scheidify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The internet can be frustrating and full of bullshit. Scheidify is a little browser extension for Chrome that can help make the internet a better place. It adds a little button to your toolbar that lets you "scheidify" any website instantly by replacing images with empowering and fun graphics and gifs celebrating badassery and vaginas.

We are a bunch of people who believe that gender equality is important to make the world an overall better place - for women, men, and everybody else. From a perspective of young, white women, we want to help create equality by empowering girls to overcome the expectations and standarts society sets upon them - and encourage boys to join the spirit.

You may have a huge passion for things like wrestling, cheap beer and World of Warcraft.

You may love to dress up all in pink, wear high heels and be a total girlie-girl.

You may as well behave like what, unfortunately, most people would call a "slut".

All of this, and kind of everything else, is totally fine.

If this is who you are: Go for it. Don't be ashamed. Be badass about it. Be Scheidé Révoltée.
This is our message, and we want to spread it by sharing positive examples - this is not about complaining, but celebrating.

Badassery knows no gender. This is a celebration of badassery.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Scheidify Scheidify
ID noehlhgcfmnllodacehfablpkegjdkho
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scheidify/noehlhgcfmnllodacehfablpkegjdkho
คำอธิบาย For more everyday life badassery in your browser.
ขนาดไฟล์ 57.89 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-11-25
วันที่เผยแพร่ 2015-11-20
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Scheidé Révoltée
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.scheiderevoltee.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scheidify",
    "description": "For more everyday life badassery in your browser.",
    "version": "0.1",
    "author": "Scheid\u00e9 R\u00e9volt\u00e9e",
    "homepage_url": "http:\/\/www.scheiderevoltee.com",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "scheidify_badge.png"
    ],
    "content_scripts": [
        {
            "js": [
                "scheidify.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Scheidify!",
        "default_icon": {
            "19": "scheidify_19.png",
            "38": "scheidify_38.png"
        }
    },
    "icons": {
        "16": "scheidify_16.png",
        "48": "scheidify_48.png",
        "128": "scheidify_128.png"
    }
}