제작자: Hemanta Pokharel
Inspect and view changes in Stream It source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Stream It",
"version": "1.0",
"description": "Add streaming options in IMDb and Google search results.",
"host_permissions": [
"https://www.imdb.com/*",
"https://www.google.com/*"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "streamit@hemantapkh.com"
}
},
"content_scripts": [
{
"matches": [
"https://www.imdb.com/title/*"
],
"js": [
"scripts/imdb.js"
]
},
{
"matches": [
"https://www.google.com/*"
],
"js": [
"scripts/google.js"
]
}
]
} 최고의 Stream It 대안
다음은 Stream It과(와) 유사한 Firefox add-on입니다: