RunQuestRun
Shortcuts to RunQuestRun
Vad är RunQuestRun?
RunQuestRun är en Chrome-tillägg utvecklad av ExMarketPlace FZ LLC, och dess huvudfunktion är "Shortcuts to RunQuestRun".
Tilläggsskärmbilder
Ladda ner RunQuestRun-förlängningens CRX-fil
Ladda ner RunQuestRun-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        RunQuestRun is an organic search engine that provides a distributed, multitenant-capable full-text search engine.
It is now equipped with geolocation search, multi language translator, currency converter, weather forecast and web search.
By clicking "Add to chrome", I accept and agree to installing the runquestrun Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.
Privacy Policy: https://www.runquestrun.com/privacy.php
Terms of Use: https://www.runquestrun.com/terms.php                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | dgpinehekakmfhnmdickgcaofkegnipd | 
| Officiell webbadress | https://chromewebstore.google.com/detail/runquestrun/dgpinehekakmfhnmdickgcaofkegnipd | 
| Beskrivning | Shortcuts to RunQuestRun | 
| Filstorlek | 626 KB | 
| Antal Installationer | 22,887 | 
| Aktuell Version | 1.0.11 | 
| Senast Uppdaterad | 2021-07-14 | 
| Publiceringsdatum | 2019-08-06 | 
| Betyg | 4.00/5 Totalt 13 Betyg | 
| Utvecklare | ExMarketPlace FZ LLC | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://www.exmarketplace.com/privacy.php | 
| Stödda Språk | de,en,fr,es,it,pt-BR,ru,ar,zh-CN,ja | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RunQuestRun",
    "description": "Shortcuts to RunQuestRun",
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "version": "1.0.11",
    "permissions": [
        "tabs",
        "topSites",
        "storage",
        "*:\/\/*.runquestrun.com\/*"
    ],
    "browser_action": {
        "default_title": "RunQuestRun",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/runquestrun.com\/*",
                "*:\/\/www.runquestrun.com\/*"
            ],
            "js": [
                "injectTopSites.js"
            ],
            "css": [
                "topsites.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.runquestrun.com\/*"
            ],
            "js": [
                "noextwarning.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "*.png"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    }
}  |  |