reShape - Craigslist

It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…

reShape - Craigslist क्या है?

reShape - Craigslist saoron द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…"।

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

screenshot
screenshot

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

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

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

                        It's time to change Craigslist! 
We love this site but come on guys we are not in 1998 ;-)

This extension will give craigslist.org a new look.


Please send your feedback to [email protected]                    

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

नाम reShape - Craigslist reShape - Craigslist
ID cgfgpklfbmmflakiadcefbjmokalnghm
आधिकारिक URL https://chromewebstore.google.com/detail/reshape-craigslist/cgfgpklfbmmflakiadcefbjmokalnghm
विवरण It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…
फ़ाइल का आकार 1.1 MB
स्थापना संख्या 117
वर्तमान संस्करण 0.1.8
अंतिम अपडेट 2015-11-25
प्रकाशन तिथि 2015-11-25
रेटिंग 3.44/5 कुल 9 रेटिंग्स
डेवलपर saoron
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reShape - Craigslist",
    "version": "0.1.8",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Make the web less noisy",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.craigslist.org\/*",
                "*:\/\/*.craigslist.co.kr\/*",
                "*:\/\/*.craigslist.co.uk\/*",
                "*:\/\/*.craigslist.es\/*",
                "*:\/\/*.craigslist.com.au\/*",
                "*:\/\/*.craigslist.com.ca\/*",
                "*:\/\/*.craigslist.ca\/*"
            ],
            "js": [
                "js\/libs\/jquery.js",
                "js\/libs\/bootstrap.min.js",
                "js\/libs\/bootstrap-select.js",
                "js\/content.js"
            ],
            "css": [
                "css\/font-awesome.css",
                "css\/bootstrap.min.css",
                "css\/bootstrap-select.min.css",
                "css\/awesome-bootstrap-checkbox.css",
                "css\/common.css"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "devtools_page": "html\/devtools.html",
    "web_accessible_resources": [
        "js\/*",
        "html\/*",
        "css\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}