Redskins Web Skin

Replace the term “Redskins” with a more dignified name in your browser, and in the NFL.

Redskins Web Skin क्या है?

Redskins Web Skin https://redskins.solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the term “Redskins” with a more dignified name in your browser, and in the NFL."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Redskins Web Skin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The word “Redskins” is racist. Yet our nation’s capital plays host to an NFL organization that uses the term as its team name — the Washington Redskins. It’s offensive. It’s unnecessary. And it needs to be replaced.

That’s where the Redskins Web Skin comes in. Simply install the extension to replace the term “Redskins” with a more dignified term on the web. And then sign the petition to make Dan Snyder replace the term with something more noble on the field.                    

एक्सटेंशन की मूल जानकारी

नाम Redskins Web Skin Redskins Web Skin
ID fkbipghlpfabodkllkbjkdclimfiocga
आधिकारिक URL https://chromewebstore.google.com/detail/redskins-web-skin/fkbipghlpfabodkllkbjkdclimfiocga
विवरण Replace the term “Redskins” with a more dignified name in your browser, and in the NFL.
फ़ाइल का आकार 56.96 KB
स्थापना संख्या 103
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2014-11-20
प्रकाशन तिथि 2014-11-19
रेटिंग 4.00/5 कुल 9 रेटिंग्स
डेवलपर https://redskins.solutions
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://redskins.solutions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redskins Web Skin",
    "short_name": "Redskins Web Skin",
    "description": "Replace the term \u201cRedskins\u201d with a more dignified name in your browser, and in the NFL.",
    "author": "Your friendly neighborhood football fan",
    "version": "1.0.3",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "management",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/localhost\/*",
        "http:\/\/localhost:8888\/*"
    ],
    "icons": {
        "16": "logo16x16.png",
        "19": "logo19x19.png",
        "32": "logo32x32.png",
        "48": "logo48x48.png",
        "96": "logo96x96.png",
        "128": "logo128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "logo19x19.png"
        },
        "default_title": "Redskins Web Skin",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.change.org\/*",
                "*:\/\/*.redskins.solutions\/*"
            ],
            "js": [
                "findAndReplaceDOMText.js",
                "content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_idle"
        }
    ]
}