And them's the facts

Adds the catch phrase at the end of every Wikipedia article

And them's the facts क्या है?

And them's the facts entibo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the catch phrase at the end of every Wikipedia article"।

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

screenshot

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

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

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

                        Most Wikipedia users take the articles at face value, rarely making any changes or questioning any of the facts. Tyler Haley, however, is not the average Wikipedia user.

“I was reading about moose on Wikipedia, and when I got to the end of the article it was just over. That’s it. Done,” Tyler said. “I knew I could do something to help.”

And help he did. Since that day, Tyler has edited over 50,000 Wikipedia articles to end with the phrase “And them’s the facts!”

Based on this article: 
http://www.clickhole.com/article/man-mission-man-adding-and-thems-facts-end-every-w-2182

And made on /u/OgodHOWdisGEThere's request.                    

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

नाम And them's the facts And them's the facts
ID nekhjjdghhmfblkbdflhmpakndkmgjjn
आधिकारिक URL https://chromewebstore.google.com/detail/and-thems-the-facts/nekhjjdghhmfblkbdflhmpakndkmgjjn
विवरण Adds the catch phrase at the end of every Wikipedia article
फ़ाइल का आकार 20.35 KB
स्थापना संख्या 95
वर्तमान संस्करण 0.2
अंतिम अपडेट 2015-11-15
प्रकाशन तिथि 2015-11-15
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर entibo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://entibo.fr
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "And them's the facts",
    "description": "Adds the catch phrase at the end of every Wikipedia article",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*:\/\/*.wikipedia.*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}