Ogame Fleet Counter

No more asking your friends to spy and tell you your fleet points!

Vad är Ogame Fleet Counter?

Ogame Fleet Counter är en Chrome-tillägg utvecklad av joshepMad, och dess huvudfunktion är "No more asking your friends to spy and tell you your fleet points!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ogame Fleet Counter-förlängningens CRX-fil

Ladda ner Ogame Fleet Counter-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

                        This extension let's you see your fleet points on each planet or moon in Ogame.                    

Grundläggande Information om Tillägg

Namn Ogame Fleet Counter Ogame Fleet Counter
ID dfkfmopjlbomagboeikibfocijcflbei
Officiell webbadress https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei
Beskrivning No more asking your friends to spy and tell you your fleet points!
Filstorlek 36.27 KB
Antal Installationer 1,315
Aktuell Version 4.6
Senast Uppdaterad 2022-12-11
Publiceringsdatum 2020-04-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare joshepMad
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ogame Fleet Counter",
    "short_name": "OFC",
    "description": "No more asking your friends to spy and tell you your fleet points!",
    "version": "4.6",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=shipyard*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "skin\/style.css"
            ],
            "js": [
                "js\/fleet.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=highscore*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/toInject.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}