Show IMDB ratings
Show IMDB ratings
Vad är Show IMDB ratings?
Show IMDB ratings är en Chrome-tillägg utvecklad av Vin, och dess huvudfunktion är "Show IMDB ratings".
Tilläggsskärmbilder
Ladda ner Show IMDB ratings-förlängningens CRX-fil
Ladda ner Show IMDB ratings-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
Shows ratings next to each movie.
Ratings 7.5 and above are shown in red. Grundläggande Information om Tillägg
| Namn | |
| ID | mjljmcikmfemkogkhbohgcgbfaikoljg |
| Officiell webbadress | https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg |
| Beskrivning | Show IMDB ratings |
| Filstorlek | 58.37 KB |
| Antal Installationer | 274 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2022-12-11 |
| Publiceringsdatum | 2020-02-15 |
| Betyg | 3.23/5 Totalt 13 Betyg |
| Utvecklare | Vin |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.1",
"name": "Show IMDB ratings",
"short_name": "IMDB ratings",
"description": "Show IMDB ratings",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"action": {
"default_title": "Show IMDB ratings",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"showrate.js"
],
"matches": [
"https:\/\/www.imdb.com\/*"
]
}
],
"host_permissions": [
"https:\/\/www.imdb.com\/"
]
} | |