Forum Addon for IMDb
This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com
Cos'è Forum Addon for IMDb?
Forum Addon for IMDb è un'estensione di Chrome sviluppata da https://www.filmboards.com, e la sua funzione principale è "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forum Addon for IMDb
Scarica i file di estensione Forum Addon for IMDb in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds a forum teaser of the message boards archived at filmboards.com. Not affiliated with imdb.com. Informazioni di Base sull'Estensione
| Nome | |
| ID | celejjkkiipeokbgcgakogmmfbmonmem |
| URL Ufficiale | https://chromewebstore.google.com/detail/forum-addon-for-imdb/celejjkkiipeokbgcgakogmmfbmonmem |
| Descrizione | This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com |
| Dimensione del File | 12.25 KB |
| Conteggio Installazioni | 1,502 |
| Versione Corrente | 1.22 |
| Ultimo Aggiornamento | 2024-01-02 |
| Data di Pubblicazione | 2019-12-09 |
| Valutazione | 4.44/5 Totale 16 Valutazioni |
| Sviluppatore | https://www.filmboards.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.filmboards.com |
| URL della Pagina di Aiuto | https://www.filmboards.com/board/145/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Forum Addon for IMDb",
"description": "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com",
"version": "1.22",
"host_permissions": [
"https:\/\/www.filmboards.com\/",
"https:\/\/filmboards.com\/"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"48": "48.png",
"96": "96.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.imdb.com\/title\/*",
"https:\/\/www.imdb.com\/title\/*",
"http:\/\/www.imdb.com\/name\/*",
"https:\/\/www.imdb.com\/name\/*",
"http:\/\/m.imdb.com\/title\/*",
"https:\/\/m.imdb.com\/title\/*",
"http:\/\/m.imdb.com\/name\/*",
"https:\/\/m.imdb.com\/name\/*"
],
"css": [
"board.css"
],
"js": [
"content.js"
]
}
]
} | |