Movie & TV
Simple movie and TV quick link web extension
Vad är Movie & TV?
Movie & TV är en Chrome-tillägg utvecklad av imarlovic, och dess huvudfunktion är "Simple movie and TV quick link web extension".
Tilläggsskärmbilder
Ladda ner Movie & TV-förlängningens CRX-fil
Ladda ner Movie & TV-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
                                             Grundläggande Information om Tillägg
| Namn |   |  
| ID | djlnjmiaopcpcppgimgkaiieofnokcma | 
| Officiell webbadress | https://chromewebstore.google.com/detail/movie-tv/djlnjmiaopcpcppgimgkaiieofnokcma | 
| Beskrivning | Simple movie and TV quick link web extension | 
| Filstorlek | 348 KB | 
| Antal Installationer | 77 | 
| Aktuell Version | 0.3.0.4 | 
| Senast Uppdaterad | 2018-12-09 | 
| Publiceringsdatum | 2018-12-09 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | imarlovic | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Movie & TV",
    "author": "Ivan Marlovi\u0107",
    "version": "0.3.0.4",
    "description": "Simple movie and TV quick link web extension",
    "icons": {
        "48": "icons\/logo.png",
        "64": "icons\/icon-64.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "file:\/\/\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-64.png",
        "default_title": "Movies & TV",
        "default_popup": "popup\/main.html"
    },
    "applications": {
        "gecko": {
            "id": "{2ec6637a-5c4c-456a-bc56-a76b740ff5e1}",
            "strict_min_version": "57.0"
        }
    }
}  |  |