CityWeekly

Get Great Deals

CityWeekly क्या है?

CityWeekly info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Great Deals"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        As you browse the web we find offers and events just for you and display them in real time.

🛍   See shopping offers from your favorite and similar stores – we find them for you!

😍   We'll deliver merchant discounts right to you so you don't have to search the web for them.

🙌   Save time and money with the CityWeekly extension!

CityWeekly extension that celebrates all things local.  Get the latest information on ticket availability, events, product specials, Free things and other giveaways. Find your favorite local merchant and see what they are offering today! Everything in real time. The City Weekly extension is definitely not "Yesterdays News"! Stay on top of Utah's best kept secrets! 


By installing the extension you agree to the TechPop Terms of Service at https://techpop.io/tos and to the TechPop Privacy Policy at https://techpop.io/privacy-policy.                    

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

नाम CityWeekly CityWeekly
ID eghkjkpbgchfbijlnnnlgeedfaaaglik
आधिकारिक URL https://chromewebstore.google.com/detail/cityweekly/eghkjkpbgchfbijlnnnlgeedfaaaglik
विवरण Get Great Deals
फ़ाइल का आकार 1.52 MB
स्थापना संख्या 51
वर्तमान संस्करण 0.1.26
अंतिम अपडेट 2023-05-22
प्रकाशन तिथि 2022-05-03
डेवलपर info
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cwstore.cityweekly.net
सहायता पृष्ठ URL https://techpop.io/support
गोपनीयता नीति पृष्ठ URL https://srchpop.com/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CityWeekly",
    "short_name": "CityWeekly",
    "version": "0.1.26",
    "description": "Get Great Deals",
    "icons": {
        "16": "\/img\/custom\/icon-16.png",
        "32": "\/img\/custom\/icon-32.png",
        "48": "\/img\/custom\/icon-48.png",
        "128": "\/img\/custom\/icon-128.png"
    },
    "incognito": "not_allowed",
    "background": {
        "service_worker": "service-worker.mjs",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/cw.techpop.io\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/custom\/cross.svg",
                "\/img\/custom\/company-logo.png",
                "\/img\/custom\/logo_no_bg.png",
                "\/img\/custom\/logo-with-text.svg",
                "\/img\/custom\/techpop.svg",
                "\/config.mjs",
                "\/hoverPopup.mjs",
                "\/offer.mjs",
                "\/util.mjs",
                "\/hoverPopupMarkets.mjs",
                "\/rakuten-extension.mjs",
                "\/streeteasy.mjs",
                "\/zillow.mjs",
                "\/fonts\/Roboto-Regular.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "contextMenus",
        "notifications",
        "webNavigation"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/custom\/icon-16.png",
            "32": "\/img\/custom\/icon-32.png",
            "48": "\/img\/custom\/icon-48.png",
            "128": "\/img\/custom\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/localhost*\/*",
                "*:\/\/cw.techpop.io\/*",
                "*:\/\/*techpop.io\/*"
            ],
            "js": [
                "hoverPopup.js"
            ],
            "css": [
                "hoverPopup.css",
                "hoverPopupSettings.css"
            ],
            "run_at": "document_start"
        }
    ]
}