Dogs to spiders

Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey

Dogs to spiders क्या है?

Dogs to spiders saw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey"।

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

screenshot

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

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

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

                        This will replace all references to dogs with spiders. For amusement.                    

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

नाम Dogs to spiders Dogs to spiders
ID jpgleglgimgdfjndpllcfcgacieggogm
आधिकारिक URL https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm
विवरण Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
फ़ाइल का आकार 16.75 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2016-06-07
प्रकाशन तिथि 2016-06-06
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर saw
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/saw/dogs-to-spiders
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dogs to spiders",
    "short_name": "Spiders",
    "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey",
    "author": "Stephen Woods",
    "version": "1.0.7",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}